Conversation
Removed pull_request_target trigger and adjusted conditions for the deploy job. Added QEMU setup for multi-platform builds.
There was a problem hiding this comment.
Pull request overview
This PR adds support for building and pushing ARM64 Docker images in addition to the existing AMD64 images. The changes enable multi-architecture image builds using QEMU emulation and Docker Buildx.
Changes:
- Added QEMU setup step to enable ARM64 emulation
- Configured Docker build to produce images for both linux/amd64 and linux/arm64 platforms
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This PR adds support for building and pushing ARM64 Docker images in addition to the existing AMD64 images. The changes enable multi-architecture image builds using QEMU emulation and Docker Buildx.
Changes: