Skip to content

Commit 476f6fc

Browse files
authored
Only autobuild for linux, as sqlite needs cgo (#38)
1 parent e2e84ed commit 476f6fc

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.goreleaser.yml

+1-25
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,15 @@
11
builds:
2-
- main: main.go
3-
binary: acme-dns
2+
- binary: acme-dns
43
env:
54
- CGO_ENABLED=1
65
goos:
76
- linux
8-
- darwin
9-
- windows
10-
- freebsd
11-
- netbsd
12-
- openbsd
137
goarch:
148
- 386
159
- amd64
16-
- arm
17-
- arm64
18-
ignore:
19-
- goos: darwin
20-
goarch: 386
21-
- goos: darwin
22-
goarch: arm
23-
- goos: darwin
24-
goarch: arm64
2510

2611
archive:
2712
format: tar.gz
28-
format_overrides:
29-
- goos: windows
30-
format: zip
31-
- goos: darwin
32-
format: zip
33-
replacements:
34-
amd64: 64bit
35-
386: 32bit
36-
darwin: macOS
3713
files:
3814
- LICENSE
3915
- README.md

0 commit comments

Comments
 (0)