Skip to content

Commit

Permalink
update signing/goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
pbnjay committed Oct 5, 2023
1 parent 3702093 commit 9f835f4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 5 deletions.
28 changes: 23 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,32 @@
builds:
- goarch:
- amd64
- arm64
- binary: lollipops
id: lollipops
goos:
- linux
- windows
goarch:
- amd64
- arm64

- binary: lollipops
id: lollipops-mac
goos:
- darwin
goarch:
- amd64
- arm64

universal_binaries:
- replace: true
- replace: true
ids:
- lollipops-mac
name_template: "lollipops"
hooks:
post: gon gon.hcl

archives:
- format_overrides:
- goos: windows
format: zip
- goos: darwin
format: zip
format: zip
11 changes: 11 additions & 0 deletions gon.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
source = ["./dist/lollipops_darwin_all/lollipops"]
bundle_id = "com.stridatum.lollipops"

apple_id {
username = "jeremy@stridatum.com"
password = "@keychain:appledev"
}

sign {
application_identity = "0684E24CCF95B055DB1AF763D8D65F213D5F0E11"
}

0 comments on commit 9f835f4

Please sign in to comment.