Skip to content

[Bug]: Add ARM platform to GitHub actions for docker build #82

@cwysong85

Description

@cwysong85

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions