Skip to content

Commit 50fc73b

Browse files
committed
move ignore statements
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 996beba commit 50fc73b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/base-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ jobs:
2828
GOARCH: "386"
2929
- GOOS: darwin
3030
GOARCH: s390x
31-
- GOOS: darwin
32-
GOARCH: arm
33-
- GOOS: darwin
34-
GOARCH: ppc64le
3531
- GOOS: windows
3632
GOARCH: arm64
33+
- GOOS: darwin
34+
GOARCH: arm
3735
- GOOS: windows
3836
GOARCH: s390x
3937
- GOOS: windows
4038
GOARCH: arm
39+
- GOOS: darwin
40+
GOARCH: ppc64le
4141
- GOOS: windows
4242
GOARCH: ppc64le
4343
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)