Skip to content

Commit

Permalink
chore: Fix goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Oct 3, 2024
1 parent 1c84cb6 commit b6606fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: 2
project_name: werkzeugkasten
env:
- CGO_ENABLED=0
Expand All @@ -7,9 +8,7 @@ builds:
id: werkzeugkasten
main: ./
ldflags:
- s
- w
- -X github.com/allaman/werkzeugkasten/cli.Version={{ .Version }}
- -s -w -X github.com/allaman/werkzeugkasten/cli.Version={{ .Version }}
targets:
- darwin_amd64
- darwin_arm64
Expand Down

0 comments on commit b6606fd

Please sign in to comment.