Skip to content

Commit 1d19cb1

Browse files
authoredJun 30, 2021
Update .goreleaser.yml
1 parent 13f286e commit 1d19cb1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.goreleaser.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ builds:
1616
goarch:
1717
- amd64
1818
- 386
19+
- arm
20+
- arm64
21+
goarm:
22+
- 6
1923
ignore:
2024
- goos: darwin
2125
goarch: 386
@@ -29,8 +33,6 @@ builds:
2933
goarch: arm
3034
- goos: windows
3135
goarch: arm64
32-
- goos: freebsd
33-
goarch: arm
3436

3537
checksum:
3638
name_template: "{{ .ProjectName }}_checksums.txt"

0 commit comments

Comments
 (0)
Please sign in to comment.