You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker: fix arm64 image and generate multiarch manifests
goreleaser was creating an arm64 image containing the correct arm64
build of `ghcommit` but the rest of the packages (eg: /usr/bin/git) were
amd64 binaries. Fix this by using buildx and explicitly setting
--platform to linux/arm64
also we were not yet creating multi-arch manifests so downstream
consumers would need to explicitly pull the `<tag>-arm64` tag variants.
this should no longer be necessary with the creation of multi-arch
manifests
0 commit comments