Skip to content

Commit 7d42a63

Browse files
committed
remove freebsd as a target
1 parent cea8055 commit 7d42a63

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.goreleaser.yml

-6
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,13 @@ build:
88
- darwin
99
- linux
1010
- windows
11-
- freebsd
1211
goarch:
1312
- amd64
1413
- arm
1514
- mips
1615
goarm:
1716
- 6
1817
- 7
19-
ignore:
20-
- goos: freebsd
21-
goarch: arm
22-
- goos: freebsd
23-
goarch: mips
2418
archives:
2519
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ .Arm }}"
2620
format: tar.gz

0 commit comments

Comments
 (0)