Skip to content

Commit 43e6929

Browse files
authored
Support armv7 for hd (#187)
1 parent 3117827 commit 43e6929

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.goreleaser.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@ builds:
77
goarch:
88
- amd64
99
- arm64
10+
- arm
11+
goarm:
12+
- 7
1013
goos:
1114
- windows
1215
- linux
1316
- darwin
17+
ignore:
18+
- goos: windows
19+
goarch: arm
20+
goarm: 7
1421
hooks:
1522
post:
1623
- upx "{{ .Path }}"

0 commit comments

Comments
 (0)