Skip to content

Commit 18974a1

Browse files
Disable failing builds
1 parent d8cecd4 commit 18974a1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.goreleaser.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ builds:
3030
# List of combinations of GOOS + GOARCH + GOARM to ignore.
3131
# Default is empty.
3232
ignore:
33-
- goos: darwin
34-
goarch: 386
33+
- goarch: 386
3534
- goos: linux
3635
goarch: arm
3736
goarm: 7
@@ -52,8 +51,7 @@ builds:
5251
-X main.version=v{{.Version}}
5352
5453
ignore:
55-
- goos: darwin
56-
goarch: 386
54+
- goarch: 386
5755
- goos: linux
5856
goarch: arm
5957
goarm: 7
@@ -74,8 +72,7 @@ builds:
7472
-X main.version=v{{.Version}}
7573
7674
ignore:
77-
- goos: darwin
78-
goarch: 386
75+
- goarch: 386
7976
- goos: linux
8077
goarch: arm
8178
goarm: 7

0 commit comments

Comments
 (0)