Add unsupported arch/os to goreleaser ignore list (#267)

This commit is contained in:
Joona Hoikkala 2020-07-23 13:46:36 +03:00 committed by GitHub
parent d61ceb3eb2
commit d05cf280ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,9 @@ builds:
- 386 - 386
- arm - arm
- arm64 - arm64
ignore:
- goos: freebsd
goarch: arm64
archives: archives:
- id: tgz - id: tgz