Skip to content

Commit

Permalink
Build packages for all first-class targets
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmi committed Dec 24, 2022
1 parent 090fd2e commit 86b8fce
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,8 @@ builds:
binary: luxws-exporter
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
goarch:
- amd64
- arm
- arm64
ignore:
- goos: linux
goarch: arm64
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
targets:
- go_first_class
flags:
- -trimpath

Expand Down

0 comments on commit 86b8fce

Please sign in to comment.