Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork436
Force notarization process to take place configuring Gon zip output#580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
zmoog commentedFeb 12, 2020
Yeah, it looks like the So, LGTM. |
zmoog left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
In order to force the notarization process to take place, we need to ask
gonto produce a.zipfile as output.As explained here#578 /#578 (comment) the
gon.config.hcl"zip" section is not mandatory di per se', but not having an "output" section at all will not start the notarization submission process for the binary.For our release process the generated
.zipfile has no use, as we repackage the signed binary thatgonreplaces in-place. The.zipis functional for the notary service submission onlyThanks to@zmoog for patiently explaining the whole process to me countless times 🙇♂️