Skip to content

Commit

Permalink
Build only amd64 for macOs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonnagl committed Jun 1, 2020
1 parent f5e588c commit 99ccd2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ builds:
main: ./cmd/spell
goos:
- darwin
goarch:
- amd64
hooks:
post: gon gon.hcl
archives:
Expand Down
3 changes: 1 addition & 2 deletions gon.hcl
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# The path follows a pattern
# ./dist/BUILD-ID_TARGET/BINARY-NAME
source = ["./dist/spell-apple_darwin_amd64/spell", "./dist/spell-apple_darwin_386/spell"]
source = ["./dist/spell-apple_darwin_amd64/spell"]
bundle_id = "com.github.simonnagl.spell.cmd.spell"

apple_id {
username = "simonnagl@aim.com"
password = "@env:AC_PASSWORD"
}

sign {
application_identity = "Apple Development: simonnagl@aim.com"
}

0 comments on commit 99ccd2d

Please sign in to comment.