Skip to content

Commit d771197

Browse files
committed
remove darwin/ppc64le variant from CI since no artifacts are built there
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent fbbfa85 commit d771197

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
@@ -41,6 +41,8 @@ jobs:
4141
GOARCH: arm
4242
- GOOS: windows
4343
GOARCH: s390x
44+
- GOOS: darwin
45+
GOARCH: ppc64le
4446
runs-on: ubuntu-24.04
4547
outputs:
4648
version: ${{ steps.prep.outputs.version }}

0 commit comments

Comments
 (0)