Skip to content

Commit 13b4bec

Browse files
authored
Merge pull request #6 from zerotier/someara/armv7
tweaking goarch
2 parents 38e39f2 + 4bf26fb commit 13b4bec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.goreleaser.yml

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ builds:
99
- CGO_ENABLED=0
1010
goos:
1111
- linux
12+
goarch:
13+
- 386
14+
- amd64
15+
- arm
16+
- arm64
17+
goarm:
18+
- 6
19+
- 7
1220
archives:
1321
- wrap_in_directory: true
1422
files:

0 commit comments

Comments
 (0)