Skip to content

Commit 415ae92

Browse files
committed
update goreleaser to ignore freebsd arm64
1 parent 7ceb7a5 commit 415ae92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ builds:
3131
goarch: arm
3232
- goos: windows
3333
goarch: arm64
34+
- goos: freebsd
35+
goarch: arm64
3436

3537
checksum:
3638
name_template: '{{ .ProjectName }}_{{ .Version }}_sha512-checksums.txt'

0 commit comments

Comments
 (0)