Skip to content

Commit 5189d3e

Browse files
committed
disable windows/ppc64le
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 7645e73 commit 5189d3e

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
@@ -43,6 +43,8 @@ jobs:
4343
GOARCH: arm
4444
- GOOS: windows
4545
GOARCH: s390x
46+
- GOOS: windows
47+
GOARCH: ppc64le
4648
runs-on: ubuntu-24.04
4749

4850
steps:

0 commit comments

Comments
 (0)