Skip to content

Commit

Permalink
Merge pull request #62 from gitpod-io/fo/prevent-win-binaries
Browse files Browse the repository at this point in the history
Prevent creation of windows binaries
  • Loading branch information
kylos101 authored Dec 29, 2022
2 parents 41e1fee + af2cc95 commit d6bec01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ builds:
- CGO_ENABLED=0
ldflags:
- -s -w -X github.com/gitpod-io/dazzle/cmd/core.version={{.Version}}-{{.ShortCommit}}
goos:
- darwin
- linux
- id: dazzle-util
env:
- CGO_ENABLED=0
Expand All @@ -16,6 +19,9 @@ builds:
- -tags=util
ldflags:
- -s -w -X github.com/gitpod-io/dazzle/cmd/util.version={{.Version}}-{{.ShortCommit}}
goos:
- darwin
- linux
archives:
- id: dazzle
replacements:
Expand Down

0 comments on commit d6bec01

Please sign in to comment.