We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e84ed commit 476f6fcCopy full SHA for 476f6fc
.goreleaser.yml
@@ -1,39 +1,15 @@
1
builds:
2
- - main: main.go
3
- binary: acme-dns
+ - binary: acme-dns
4
env:
5
- CGO_ENABLED=1
6
goos:
7
- linux
8
- - darwin
9
- - windows
10
- - freebsd
11
- - netbsd
12
- - openbsd
13
goarch:
14
- 386
15
- amd64
16
- - arm
17
- - arm64
18
- ignore:
19
- - goos: darwin
20
- goarch: 386
21
22
- goarch: arm
23
24
- goarch: arm64
25
26
archive:
27
format: tar.gz
28
- format_overrides:
29
- - goos: windows
30
- format: zip
31
32
33
- replacements:
34
- amd64: 64bit
35
- 386: 32bit
36
- darwin: macOS
37
files:
38
- LICENSE
39
- README.md
0 commit comments