feat: specify platforms for Docker image build in workflow

This commit is contained in:
Frank John Begornia
2025-11-27 00:36:45 +08:00
parent 47fed0b880
commit 6ff46125ab

View File

@@ -57,6 +57,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}