File tree Expand file tree Collapse file tree 3 files changed +7
-23
lines changed
Expand file tree Collapse file tree 3 files changed +7
-23
lines changed Original file line number Diff line number Diff line change 8787 fetch-depth : 0
8888 - name : Add pwd to git safe dir
8989 run : git config --global --add safe.directory `pwd`
90- - name : Install gon
91- run : brew install mitchellh/gon/gon
9290 - name : Sign CLI release
9391 env :
9492 REF : ${{ github.event.ref }}
Original file line number Diff line number Diff line change 4848# Create a universal binary.
4949lipo -create -output cli_darwin_universal cli_darwin_arm64 cli_darwin_amd64
5050
51- gon ci/gon.hcl
51+ export TEAM_ID=" SZCNTABEXY"
52+ export APP_IDENTITY=" Developer ID Application: Pixie Labs Inc. (${TEAM_ID} )"
53+ codesign -f -v --timestamp --options runtime -s " ${APP_IDENTITY} " cli_darwin_universal cli_darwin_arm64 cli_darwin_amd64
54+
55+ notarytool submit cli_darwin_universal --apple-id zasgar@gmail.com --password " ${AC_PASSWD} " --team-id " ${TEAM_ID} " --bundle-id ai.pixielabs.px --progress --verbose --wait
56+ notarytool submit cli_darwin_amd64 --apple-id zasgar@gmail.com --password " ${AC_PASSWD} " --team-id " ${TEAM_ID} " --bundle-id ai.pixielabs.px --progress --verbose --wait
57+ notarytool submit cli_darwin_arm64 --apple-id zasgar@gmail.com --password " ${AC_PASSWD} " --team-id " ${TEAM_ID} " --bundle-id ai.pixielabs.px --progress --verbose --wait
5258
5359cp cli_darwin_universal " ${artifacts_dir} "
5460cp cli_darwin_amd64 " ${artifacts_dir} "
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments