Skip to content

Commit

Permalink
Remove darwin from the build target #7
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepla committed Jan 1, 2023
1 parent 6183cab commit 18d45fa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ builds:
goos:
- linux
- windows
- darwin
# - 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 18d45fa

Please sign in to comment.