Skip to content

Commit af2908a

Browse files
committed
goreleaser: don't upx compress Linux MIPS binaries
1 parent c996e51 commit af2908a

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

.goreleaser.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,10 @@ builds:
2121
- amd64
2222
- arm
2323
- arm64
24-
- mips
25-
- mipsle
26-
- mips64
27-
- mips64le
2824
goarm:
2925
- 5
3026
- 6
3127
- 7
32-
gomips:
33-
- hardfloat
34-
- softfloat
3528
ignore:
3629
- goos: darwin
3730
goarch: 386
@@ -48,13 +41,27 @@ builds:
4841
ldflags:
4942
- -w -s -X "librespeed-cli/defs.ProgName={{ .ProjectName }}" -X "librespeed-cli/defs.ProgVersion=v{{ .Version }}" -X "librespeed-cli/defs.BuildDate={{ .Date }}"
5043
goos:
44+
- linux
5145
- windows
5246
- darwin
5347
goarch:
5448
- 386
5549
- amd64
5650
- arm64
51+
- mips
52+
- mipsle
53+
- mips64
54+
- mips64le
55+
gomips:
56+
- hardfloat
57+
- softfloat
5758
ignore:
59+
- goos: linux
60+
goarch: 386
61+
- goos: linux
62+
goarch: amd64
63+
- goos: linux
64+
goarch: arm64
5865
- goos: darwin
5966
goarch: 386
6067
- goos: darwin

0 commit comments

Comments
 (0)