Skip to content

Commit

Permalink
MacOS binary signer update (#3023)
Browse files Browse the repository at this point in the history
* test sign

* test sign update

* Gon update

* gon update

* gon version update

* Usage of branch to sign

* provider list

* Add passing of AC_PASSWORD

* cleanup

* Explicit provider setting

* provider env vars

* MacOS sign fix
  • Loading branch information
denis256 authored Mar 22, 2024
1 parent 84bd1dd commit eaa52b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ orbs:
env: &env
environment:
GRUNTWORK_INSTALLER_VERSION: v0.0.39
MODULE_CI_VERSION: v0.53.2
MODULE_CI_VERSION: v0.53.3

defaults: &defaults
docker:
Expand Down Expand Up @@ -267,6 +267,9 @@ jobs:
- run:
name: Compile and sign the binaries
command: |
export AC_PASSWORD=${MACOS_AC_PASSWORD}
export AC_PROVIDER=${MACOS_AC_PROVIDER}
sign-binary --os mac --install-macos-sign-dependencies .gon_amd64.hcl
sign-binary --os mac .gon_arm64.hcl
echo "Done signing the binary"
Expand Down
1 change: 0 additions & 1 deletion .gon_amd64.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ bundle_id = "io.gruntwork.app.terragrunt"

apple_id {
username = "[email protected]"
password = "@env:MACOS_AC_PASSWORD"
}

sign {
Expand Down
1 change: 0 additions & 1 deletion .gon_arm64.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ bundle_id = "io.gruntwork.app.terragrunt"

apple_id {
username = "[email protected]"
password = "@env:MACOS_AC_PASSWORD"
}

sign {
Expand Down

0 comments on commit eaa52b8

Please sign in to comment.