Skip to content

Commit

Permalink
Fix missing GoReleaser build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmalkmus committed Apr 12, 2021
1 parent 995eca9 commit ee54d7f
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 @@ -36,6 +36,9 @@ builds:
- <<: *build_defaults
flags:
- -buildmode=exe
- -installsuffix=cgo
- -trimpath
- -tags="osusergo netgo static_build"
id: linux-no-pie
goos:
- linux
Expand All @@ -49,6 +52,9 @@ builds:
- <<: *build_defaults
flags:
- -buildmode=exe
- -installsuffix=cgo
- -trimpath
- -tags="osusergo netgo static_build"
id: docker
goos:
- linux
Expand Down

0 comments on commit ee54d7f

Please sign in to comment.