👷(docker) add arm64 platform support for image builds#1
👷(docker) add arm64 platform support for image builds#1StephanMeijer wants to merge 1 commit intosuitenumerique:betafrom
Conversation
Signed-off-by: Stephan Meijer <me@stephanmeijer.com>
|
Some executions of CI steps could show an error.
The allowed actions list is configured in the organization's GitHub Settings. As I am an external contributor, I do not have access to modify these. I request the reviewer of this pull request to contact one of the people in this list: https://github.com/orgs/suitenumerique/people This pull request introduces QEMU (for emulation) and buildx (for cross-platform docker builds). These are needed because GitHub Actions runners are
Without these, the You can read more about it on github.com/docker/build-push-action. |
|
Rebased this branch on the latest target branch and force-pushed. |
Purpose / Proposal
Adding support for
linux/arm64when building Docker images.This is important because:
External contributions
git commit --signoff(DCO compliance)git commit -S)<gitmoji>(type) title description## [Unreleased]section (if noticeable change)Testing happens when GitHub Workflows are being executed.