Skip to content

Commit

Permalink
fix: cgo disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdeenen committed Nov 12, 2021
1 parent ec7ae91 commit c42f1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ builds:
binary: strm
main: ./cmd/strm
env:
- CGO_ENABLED=1
- CGO_ENABLED=0
ldflags:
- -s -w -X streammachine.io/strm/pkg/cmd.Version={{.Version}} -X streammachine.io/strm/pkg/cmd.GitSha={{.Commit}} -X streammachine.io/strm/pkg/cmd.BuiltOn={{.Date}}
goos:
Expand Down

0 comments on commit c42f1b9

Please sign in to comment.