Skip to content

Commit f9bfe32

Browse files
committed
ignore freebsd and openbsd arm6
1 parent 7f4a761 commit f9bfe32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ build:
1414
- arm
1515
- arm64
1616
ignore:
17+
- goos: openbsd
18+
goarch: arm
19+
goarm: 6
1720
- goos: freebsd
1821
goarch: arm
1922
goarm: 6

0 commit comments

Comments
 (0)