Skip to content

Commit af2cc95

Browse files
committed
Prevent creation of windows binaries
1 parent 41e1fee commit af2cc95

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.goreleaser.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ builds:
77
- CGO_ENABLED=0
88
ldflags:
99
- -s -w -X github.com/gitpod-io/dazzle/cmd/core.version={{.Version}}-{{.ShortCommit}}
10+
goos:
11+
- darwin
12+
- linux
1013
- id: dazzle-util
1114
env:
1215
- CGO_ENABLED=0
@@ -16,6 +19,9 @@ builds:
1619
- -tags=util
1720
ldflags:
1821
- -s -w -X github.com/gitpod-io/dazzle/cmd/util.version={{.Version}}-{{.ShortCommit}}
22+
goos:
23+
- darwin
24+
- linux
1925
archives:
2026
- id: dazzle
2127
replacements:

0 commit comments

Comments
 (0)