Skip to content

Commit 5820f35

Browse files
committed
fix(ci:): exclude darwin / ppc64le
I missed this on #16 that we need to exclude this matrix.
1 parent 19fd4b6 commit 5820f35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
matrix:
1414
goos: [linux, darwin]
1515
goarch: [amd64, arm64, ppc64le]
16+
exclude:
17+
- goos: darwin
18+
goarch: ppc64le
1619

1720
env:
1821
GOOS: ${{ matrix.goos }}

0 commit comments

Comments
 (0)