Skip to content

Commit fc63514

Browse files
authored
add 32bit arm build targets (#461)
1 parent e14d9f7 commit fc63514

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.goreleaser.yml

+9
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,23 @@ builds:
88
goarch:
99
- amd64
1010
- 386
11+
- arm
1112
- arm64
1213
- s390x
1314
- ppc64le
15+
goarm:
16+
- 5
17+
- 6
18+
- 7
1419
ignore:
1520
- goos: darwin
1621
goarch: 386
1722
- goos: windows
1823
goarch: arm64
24+
- goos: darwin
25+
goarch: arm
26+
- goos: windows
27+
goarch: arm
1928
- goos: darwin
2029
goarch: s390x
2130
- goos: windows

0 commit comments

Comments
 (0)