-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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):
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 [rest of tagging commands]
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working