Skip to content

Commit

Permalink
Ignore build target: darwin arm64 #7
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepla committed Jan 1, 2023
1 parent 5bef0df commit 6183cab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ builds:
- darwin
ldflags:
- -w -s -X main.appVersion={{.Version}} -X main.appRevision={{.Commit}}
ignore:
- goos: darwin
goarch: arm64
archives:
- id: foo
name_template: >-
Expand Down

0 comments on commit 6183cab

Please sign in to comment.