Skip to content

Commit 8389971

Browse files
author
Florian Heinze
committed
TASK: support more environments
1 parent 0ba7858 commit 8389971

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.goreleaser.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,27 @@ builds:
77
- id: "dev-script-runner"
88
main: ./main.go
99
binary: dev-script-runner
10+
env:
11+
- CGO_ENABLED=0
1012
goos:
13+
- linux
1114
- darwin
15+
- windows
16+
- freebsd
1217
goarch:
18+
- '386'
1319
- amd64
1420
- arm
1521
- arm64
22+
ignore:
23+
- goos: windows
24+
goarch: arm
25+
- goos: windows
26+
goarch: arm64
27+
- goos: freebsd
28+
goarch: arm
29+
- goos: freebsd
30+
goarch: arm64
1631
archives:
1732
- replacements:
1833
darwin: Darwin

0 commit comments

Comments
 (0)