Skip to content

Commit

Permalink
Only autobuild for linux, as sqlite needs cgo (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
joohoi committed Feb 1, 2018
1 parent e2e84ed commit 476f6fc
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,15 @@
builds:
- main: main.go
binary: acme-dns
- binary: acme-dns
env:
- CGO_ENABLED=1
goos:
- linux
- darwin
- windows
- freebsd
- netbsd
- openbsd
goarch:
- 386
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
- goos: darwin
goarch: arm
- goos: darwin
goarch: arm64

archive:
format: tar.gz
format_overrides:
- goos: windows
format: zip
- goos: darwin
format: zip
replacements:
amd64: 64bit
386: 32bit
darwin: macOS
files:
- LICENSE
- README.md
Expand Down

0 comments on commit 476f6fc

Please sign in to comment.