Skip to content

Commit fbbfa85

Browse files
committed
revert matrix configs
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent ee9b907 commit fbbfa85

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,14 @@ jobs:
3333
GOARCH: "386"
3434
- GOOS: darwin
3535
GOARCH: s390x
36-
- GOOS: darwin
37-
GOARCH: ppc64le
38-
- GOOS: darwin
39-
GOARCH: arm
4036
- GOOS: windows
4137
GOARCH: arm64
38+
- GOOS: darwin
39+
GOARCH: arm
4240
- GOOS: windows
4341
GOARCH: arm
4442
- GOOS: windows
4543
GOARCH: s390x
46-
- GOOS: windows
47-
GOARCH: ppc64le
4844
runs-on: ubuntu-24.04
4945
outputs:
5046
version: ${{ steps.prep.outputs.version }}

0 commit comments

Comments
 (0)