Enable multi-architecture Docker builds for arm64 and amd64

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-28 16:51:27 +00:00
parent b1e1b1ef47
commit 87f218e52e
2 changed files with 13 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: ${{ github.event_name == 'pull_request' && 'linux/amd64' || 'linux/amd64,linux/arm64' }}
push: ${{ github.event_name != 'pull_request' }}
load: ${{ github.event_name == 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}