Skip to content

Publish linux/arm64 images#113

Merged
Gérald Barré (meziantou) merged 2 commits into
mainfrom
feature/FENG-905
Aug 18, 2025
Merged

Publish linux/arm64 images#113
Gérald Barré (meziantou) merged 2 commits into
mainfrom
feature/FENG-905

Conversation

@meziantou
Copy link
Copy Markdown
Contributor

@meziantou Gérald Barré (meziantou) commented Aug 18, 2025

Jira issue link: FENG-905

Fix #112

@meziantou Gérald Barré (meziantou) marked this pull request as ready for review August 18, 2025 14:45
@meziantou Gérald Barré (meziantou) requested review from a team and Copilot August 18, 2025 14:45
Copy link
Copy Markdown

Copilot AI left a comment

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 adds support for building and publishing multi-architecture Docker images, specifically adding linux/arm64 support alongside the existing linux/amd64 architecture. The changes enable cross-platform container builds by configuring QEMU emulation and Docker Buildx.

  • Adds QEMU and Docker Buildx setup steps to enable multi-architecture builds
  • Configures both CI and publish workflows to build for linux/amd64 and linux/arm64 platforms

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
.github/workflows/publish.yml Adds QEMU/Buildx setup and multi-platform build configuration for production image publishing
.github/workflows/ci.yml Adds QEMU/Buildx setup and multi-platform build configuration for CI validation builds

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread .github/workflows/publish.yml
Comment thread .github/workflows/publish.yml
Comment thread .github/workflows/ci.yml
Comment thread .github/workflows/ci.yml
@meziantou Gérald Barré (meziantou) merged commit 3eabe11 into main Aug 18, 2025
5 checks passed
@meziantou Gérald Barré (meziantou) deleted the feature/FENG-905 branch August 18, 2025 14:56
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.

ARM image

3 participants