Skip to content

Commit 360f1d3

Browse files
authored
chore: add support for multi-platform builds in Docker workflow (#14)
1 parent c94f79a commit 360f1d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
push: ${{ github.event_name != 'pull_request' }}
5252
tags: ${{ steps.meta.outputs.tags }}
5353
labels: ${{ steps.meta.outputs.labels }}
54+
platforms: linux/amd64,linux/arm64
5455
cache-from: type=gha
5556
cache-to: type=gha,mode=max
56-
builder: ${{ steps.buildx.outputs.name }}
57+
builder: ${{ steps.buildx.outputs.name }}

0 commit comments

Comments
 (0)