Skip to content

Commit 39a968a

Browse files
committed
ignore darwin ppc64le build
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 0ba4cfc commit 39a968a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
GOARCH: "386"
3434
- GOOS: darwin
3535
GOARCH: s390x
36+
- GOOS: darwin
37+
GOARCH: ppc64le
3638
- GOOS: windows
3739
GOARCH: arm64
3840
- GOOS: darwin

0 commit comments

Comments
 (0)