kovetskiy / mark

Sync your markdown files with Confluence pages.
https://samizdat.dev
Other
972 stars 143 forks source link

Build multi-arch image for amd64 and arm64 #420

Closed stephenpaulger closed 4 months ago

stephenpaulger commented 5 months ago

I have been building my own multi-arch image locally and that works for me but with this modification the docker image built by the CI and pushed to docker hub will start supporting amd64 and arm64.

If you want to try this locally it is equivalent to building with

docker build --platform=linux/amd64,linux/arm64 -t kovetskiy/mark:$tag .
mrueg commented 4 months ago

thanks!

stephenpaulger commented 2 months ago

Screenshot 2024-04-12 at 09 38 55

Thanks @mrueg