Skip to content

Commit

Permalink
goreleaser: add macos binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
nicks committed Nov 5, 2018
1 parent 2abfc21 commit 6e03b1f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
builds:
- env:
- CGO_ENABLED=0
main: ./cmd/tilt/main.go
goos:
- linux
- darwin
# Cross-compiling darwin is a pain due to fsevents,
# and we don't expect darwin/386 users anyway.
ignore:
- goos: darwin
goarch: 386
archive:
name_template: "{{ .ProjectName }}.{{ .Version }}.{{ .Os }}.{{ .Arch }}"
replacements:
Expand Down

0 comments on commit 6e03b1f

Please sign in to comment.