File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,10 @@ builds:
21
21
- amd64
22
22
- arm
23
23
- arm64
24
- - mips
25
- - mipsle
26
- - mips64
27
- - mips64le
28
24
goarm :
29
25
- 5
30
26
- 6
31
27
- 7
32
- gomips :
33
- - hardfloat
34
- - softfloat
35
28
ignore :
36
29
- goos : darwin
37
30
goarch : 386
@@ -48,13 +41,27 @@ builds:
48
41
ldflags :
49
42
- -w -s -X "librespeed-cli/defs.ProgName={{ .ProjectName }}" -X "librespeed-cli/defs.ProgVersion=v{{ .Version }}" -X "librespeed-cli/defs.BuildDate={{ .Date }}"
50
43
goos :
44
+ - linux
51
45
- windows
52
46
- darwin
53
47
goarch :
54
48
- 386
55
49
- amd64
56
50
- arm64
51
+ - mips
52
+ - mipsle
53
+ - mips64
54
+ - mips64le
55
+ gomips :
56
+ - hardfloat
57
+ - softfloat
57
58
ignore :
59
+ - goos : linux
60
+ goarch : 386
61
+ - goos : linux
62
+ goarch : amd64
63
+ - goos : linux
64
+ goarch : arm64
58
65
- goos : darwin
59
66
goarch : 386
60
67
- goos : darwin
You can’t perform that action at this time.
0 commit comments