We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41e1fee + af2cc95 commit d6bec01Copy full SHA for d6bec01
1 file changed
.goreleaser.yml
@@ -7,6 +7,9 @@ builds:
7
- CGO_ENABLED=0
8
ldflags:
9
- -s -w -X github.com/gitpod-io/dazzle/cmd/core.version={{.Version}}-{{.ShortCommit}}
10
+ goos:
11
+ - darwin
12
+ - linux
13
- id: dazzle-util
14
env:
15
@@ -16,6 +19,9 @@ builds:
16
19
- -tags=util
17
20
18
21
- -s -w -X github.com/gitpod-io/dazzle/cmd/util.version={{.Version}}-{{.ShortCommit}}
22
23
24
25
archives:
26
- id: dazzle
27
replacements:
0 commit comments