Skip to content

Commit

Permalink
Remove netgo build tag
Browse files Browse the repository at this point in the history
Remove obsolete `netgo` build tag.
  • Loading branch information
HeavyWombat committed Jan 12, 2022
1 parent 8a82134 commit 93478c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ builds:
- linux
- darwin
goarch:
- amd64
- arm64
- amd64
main: ./cmd/havener/main.go
flags:
- -tags
- netgo
- -trimpath
ldflags:
- -s -w -extldflags "-static" -X github.com/homeport/havener/internal/cmd.version={{.Version}}
Expand Down

0 comments on commit 93478c6

Please sign in to comment.