Skip to content

Commit

Permalink
Further cut down on OSs and architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
talwat committed Dec 8, 2022
1 parent 89482a8 commit 2859e18
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,21 @@ builds:
- solaris
- openbsd
- netbsd
- illumos
- dragonfly
- aix
goarch:
- amd64
- arm64
- arm
- "386"
- ppc64le
- ppc64
- riscv64
- s390x
- loong64
- mips
- mips64
- mipsle
- mips64le
- riscv64
goarm:
- "6"
- "7"
env:
- CGO_ENABLED=0

archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
- format: binary
replacements:
darwin: macos
linux: linux
windows: windows
386: i386
amd64: x86_64

Expand Down

0 comments on commit 2859e18

Please sign in to comment.