Skip to content

Commit 06801db

Browse files
authored
build: Remove unsupported build targets (#133)
1 parent 5543086 commit 06801db

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.goreleaser.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,15 @@
33
env:
44
- CGO_ENABLED=0
55
builds:
6-
- goos:
7-
- linux
8-
- darwin
9-
- freebsd
10-
- netbsd
11-
- openbsd
12-
- windows
13-
goarch:
14-
- 386
15-
- amd64
16-
- arm
17-
- arm64
6+
- targets:
7+
- darwin_amd64
8+
- darwin_arm64
9+
- linux_386
10+
- linux_amd64
11+
- linux_arm
12+
- linux_arm64
13+
- windows_386
14+
- windows_amd64
1815
archives:
1916
- id: zip
2017
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"

0 commit comments

Comments
 (0)