Skip to content

Commit 2a97419

Browse files
Enable multi-platform builds in Docker workflow by specifying both amd64 and arm64 platforms
1 parent b321afc commit 2a97419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
with:
6262
context: ./kdiff-snapshots
6363
# context: .
64-
# platforms: linux/amd64,linux/arm64
65-
platforms: linux/arm64
64+
platforms: linux/amd64,linux/arm64
65+
# platforms: linux/arm64
6666
push: true
6767
tags: ${{ steps.metad.outputs.tags }}
6868
labels: ${{ steps.metad.outputs.labels }}

0 commit comments

Comments
 (0)