Skip to content

Commit

Permalink
Add arm64 and remove netgo build tag
Browse files Browse the repository at this point in the history
Add `arm64` to the list or architectures.

Remove obsolete `netgo` build tag.
  • Loading branch information
HeavyWombat committed Jan 12, 2022
1 parent ebb50ea commit 9c26343
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ builds:
- linux
- darwin
goarch:
- arm64
- amd64
main: ./cmd/yft/main.go
flags:
- -tags
- netgo
- -trimpath
ldflags:
- -s -w -extldflags "-static" -X github.com/homeport/yft/internal/cmd.version={{.Version}}
Expand Down

0 comments on commit 9c26343

Please sign in to comment.