👷(docker) add arm64 support and upgrade CI workflow steps#11
Merged
sylvinus merged 2 commits intoFeb 19, 2026
Merged
Conversation
Add QEMU and Buildx setup steps to enable multi-architecture Docker image builds for both linux/amd64 and linux/arm64 platforms. Signed-off-by: Stephan Meijer <me@stephanmeijer.com>
Update actions/setup-node from v4 to v6 and actions/cache from v4 to v5 for improved performance, security patches, and Node.js runtime compatibility. Signed-off-by: Stephan Meijer <me@stephanmeijer.com>
d07f1e6 to
5ba2af3
Compare
Contributor
Author
Contributor
Author
|
Manually reviewed, etc. etc. Cool, did you just go public with this repository like 10 - 15 minutes ago? 🎉 |
Member
I did! :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose / Proposal
Add
linux/arm64platform support for Docker image builds and upgrade outdated GitHub Actions workflow steps to their latest versions.Changes
Commit 1: arm64 Docker support
docker-hub.ymllinux/amd64,linux/arm64) for both backend and frontend imagesCommit 2: Upgrade workflow steps
actions/setup-nodev4 → v6actions/cachev4 → v5External contributions
git commit --signoff(DCO compliance)git commit -S)<gitmoji>(type) title descriptionTesting happens when GitHub Workflows are being executed.
The creation of this pull request was done semi-automatically. I did automate a bunch, but I reviewed all changes manually to check if they are backwards compatible.