Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
chore: reduce build targets for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Nov 22, 2020
1 parent 6bf0116 commit 8f15f11
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,20 @@ builds:
env:
- CGO_ENABLED=0
goos:
- freebsd
- linux
- darwin
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
archives:
-
wrap_in_directory: true
replacements:
linux: Linux
386: i386
amd64: x86_64
files:
- LICENSE
Expand Down

0 comments on commit 8f15f11

Please sign in to comment.