Skip to content

Commit 82ec338

Browse files
Update docker-publish.yml
1 parent 1bef31b commit 82ec338

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,20 @@ env:
2424

2525
jobs:
2626
build:
27-
2827
runs-on: ubuntu-latest
28+
strategy:
29+
fail-fast: true
30+
matrix:
31+
platform:
32+
- linux/amd64
33+
- linux/arm/v5
34+
- linux/arm/v7
35+
- linux/arm64/v8
36+
- linux/386
37+
- windows/amd64
38+
- darwin/amd64
39+
- darwin/arm64
40+
- windows/arm64
2941
permissions:
3042
contents: read
3143
packages: write
@@ -81,6 +93,7 @@ jobs:
8193
labels: ${{ steps.meta.outputs.labels }}
8294
cache-from: type=gha
8395
cache-to: type=gha,mode=max
96+
platform: ${{ matrix..platform }}
8497

8598
# Sign the resulting Docker image digest except on PRs.
8699
# This will only write to the public Rekor transparency log when the Docker

0 commit comments

Comments
 (0)