Only autobuild for linux, as sqlite needs cgo (#38)
This commit is contained in:
parent
e2e84ede6b
commit
476f6fc555
@ -1,39 +1,15 @@
|
|||||||
builds:
|
builds:
|
||||||
- main: main.go
|
- binary: acme-dns
|
||||||
binary: acme-dns
|
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=1
|
- CGO_ENABLED=1
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
- darwin
|
|
||||||
- windows
|
|
||||||
- freebsd
|
|
||||||
- netbsd
|
|
||||||
- openbsd
|
|
||||||
goarch:
|
goarch:
|
||||||
- 386
|
- 386
|
||||||
- amd64
|
- amd64
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
ignore:
|
|
||||||
- goos: darwin
|
|
||||||
goarch: 386
|
|
||||||
- goos: darwin
|
|
||||||
goarch: arm
|
|
||||||
- goos: darwin
|
|
||||||
goarch: arm64
|
|
||||||
|
|
||||||
archive:
|
archive:
|
||||||
format: tar.gz
|
format: tar.gz
|
||||||
format_overrides:
|
|
||||||
- goos: windows
|
|
||||||
format: zip
|
|
||||||
- goos: darwin
|
|
||||||
format: zip
|
|
||||||
replacements:
|
|
||||||
amd64: 64bit
|
|
||||||
386: 32bit
|
|
||||||
darwin: macOS
|
|
||||||
files:
|
files:
|
||||||
- LICENSE
|
- LICENSE
|
||||||
- README.md
|
- README.md
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user