Skip to content

Commit 4e35b97

Browse files
authored
ignore non-go 1.14 code
1 parent 1671243 commit 4e35b97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ builds:
3030
ignore:
3131
- goos: darwin
3232
goarch: 386
33+
- goos: freebsd
34+
goarch: arm64
35+
- goos: openbsd
36+
goarch: arm64
3337

3438
archives:
3539
- id: maesh

0 commit comments

Comments
 (0)