It would be nice if you could support building for arm platforms in your GitHub build workflow.
example build (could potentially use this right away in your script, but there's other ways of doing it too):
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 [rest of tagging commands]
What happened?
It would be nice if you could support building for arm platforms in your GitHub build workflow.
example build (could potentially use this right away in your script, but there's other ways of doing it too):
References:
Docker Build Multi-Platform: https://docs.docker.com/build/building/multi-platform/
Github Actions and Docker Multi-Platform: https://docs.docker.com/build/ci/github-actions/multi-platform/
Relevant log output