Skip to content

Commit f0255ef

Browse files
authored
Merge pull request #1 from ovh/archs
Add more architectures
2 parents cb01089 + df3b970 commit f0255ef

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.goreleaser.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,25 @@ builds:
1010
- linux
1111
- windows
1212
- darwin
13+
- freebsd
14+
- netbsd
15+
- openbsd
1316
goarch:
17+
- 386
1418
- amd64
19+
- arm
1520
- arm64
21+
- ppc64le
22+
- mips64le
23+
- s390x
24+
goarm:
25+
- 5
26+
- 7
27+
gomips:
28+
- hardfloat
29+
ignore:
30+
- goos: windows
31+
goarch: 386
1632
checksum:
1733
name_template: 'checksums.txt'
1834
snapshot:

0 commit comments

Comments
 (0)