Skip to content

Commit

Permalink
build: Remove unsupported build targets (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 authored Nov 6, 2021
1 parent 6016c5f commit 19d4edf
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@
env:
- CGO_ENABLED=0
builds:
- goos:
- linux
- darwin
- freebsd
- netbsd
- openbsd
- windows
goarch:
- 386
- amd64
- arm
- arm64
- targets:
- darwin_amd64
- darwin_arm64
- linux_386
- linux_amd64
- linux_arm
- linux_arm64
- windows_386
- windows_amd64
archives:
- id: zip
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
Expand Down

0 comments on commit 19d4edf

Please sign in to comment.