jtagcat / samba

Samba docker container
GNU Affero General Public License v3.0
9 stars 3 forks source link

Automatic multiarch builds for dockerhub and docker registry #3

Closed cruizba closed 2 years ago

cruizba commented 2 years ago

Hello @jtagcat , my intention is to not mantain this repo but to have automatic builds to update dependencies (because I don't think samba project will change too much in the future).

I've forked your repo and I am doing autobuilds on dockerhub and github actions

docker pull cruizba/samba:latest
docker pull ghcr.io/cruizba/samba:latest

Those builds are multiarch, they can be used on amd64,armv7 and arm64.

If you want to build your own images you're free to accept the pull request.

You need to set up these secrets in your repository:

That's it.

Best regards!

jtagcat commented 2 years ago

Hey, I partially merged ester (eriez master) and added some more on top. I incorporated your changes.

cruizba commented 2 years ago

Nice! Best Regards and happy new year :)