Skip to content

Commit

Permalink
Extend release archs & OS'es a bit
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Shishkin <me@teran.ru>
  • Loading branch information
teran committed Nov 27, 2020
1 parent 96ec8d9 commit d87bc8b
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,45 @@ builds:
- CGO_ENABLED=0
goos:
- darwin
- dragonfly
- freebsd
- linux
- netbsd
- openbsd
- solaris
- windows
- freebsd
goarch:
# x86
- amd64
- arm
- 386

# ARM
- arm64
- arm

# MIPS
- mips64
- mips64le
- mips
- mipsle
goarm:
- 6
- 7
gomips:
- hardfloat
- softfloat
ignore:
# Upstrem issue:
# vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128
- goos: freebsd
goarch: arm64
archives:
- id: default
format_overrides:
- goos: windows
format: zip
replacements:
386: i386
darwin: macOS
checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit d87bc8b

Please sign in to comment.