Skip to content

[devops] Add platform linux/arm64#2828

Draft
mwaiyee wants to merge 1 commit into
developfrom
mwaiyee/arm64-images
Draft

[devops] Add platform linux/arm64#2828
mwaiyee wants to merge 1 commit into
developfrom
mwaiyee/arm64-images

Conversation

@mwaiyee

@mwaiyee mwaiyee commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator
  • add docker build for platform linux/arm64

Merge Checklist

Please cross check this list if additions / modifications needs to be done on top of your core changes and tick them off. Reviewer can as well glance through and help the developer if something is missed out.

  • Automated Tests (Jasmine integration tests, Unit tests, and/or Performance tests)
  • Updated Manual tests / Demo Config
  • Documentation (Application guide, Admin guide, Markdown, Readme and/or Wiki)
  • Verified that local development environment is working with latest changes (integrated with latest develop branch)
  • following best practices in code review doc

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the GitHub Actions Docker build workflow to support building and publishing multi-architecture images, adding linux/arm64 as an additional target platform for selected images.

Changes:

  • Adds PLATFORMS: linux/amd64,linux/arm64 to specific matrix entries so they publish multi-arch images.
  • Adds docker/setup-qemu-action@v3 to enable cross-architecture builds via emulation.
  • Updates the build step to use matrix.PLATFORMS with an amd64 fallback.

Comment on lines +244 to 246
- uses: docker/setup-qemu-action@v3

- uses: docker/setup-buildx-action@v3
context: ${{ matrix.DOCKER_BUILD_CONTEXT_PATH }}
file: ${{ matrix.DOCKER_BUILD_FILE_PATH }}
platforms: linux/amd64
platforms: ${{ matrix.PLATFORMS || 'linux/amd64' }}
@mwaiyee mwaiyee marked this pull request as draft July 3, 2026 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants