We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba7858 commit 8389971Copy full SHA for 8389971
.goreleaser.yaml
@@ -7,12 +7,27 @@ builds:
7
- id: "dev-script-runner"
8
main: ./main.go
9
binary: dev-script-runner
10
+ env:
11
+ - CGO_ENABLED=0
12
goos:
13
+ - linux
14
- darwin
15
+ - windows
16
+ - freebsd
17
goarch:
18
+ - '386'
19
- amd64
20
- arm
21
- arm64
22
+ ignore:
23
+ - goos: windows
24
+ goarch: arm
25
26
+ goarch: arm64
27
+ - goos: freebsd
28
29
30
31
archives:
32
- replacements:
33
darwin: Darwin
0 commit comments