-
-
Notifications
You must be signed in to change notification settings - Fork 0
Add notarization step in the CI #11
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…-code the path_name in `gon.config.hcl` file later for notarization
Test release here |
df0ea94
to
4067470
Compare
0a3a819
to
d6cf82e
Compare
@ubidefeo tested the rc6 and it's working: |
Note for future self:
I tried different things: |
If it hasn't been done already, would one of the team members with a Mac mind double checking the notarization by running this command on the test build? Unfortunately I wasn't able to access a macOS machine to do it myself.
|
… in the workflow
👍 LGTM (macOS Monterey 12.3.1 MacBook Air M1 2020)
|
At the beginning we thought to integrate the key generation inside the arduino-cli, the use of
imgtool
as a standalone tool was not a requirement. It was later decided to write a guide on how to properly useimgtool
in its standalone form. Since the CI does not run notarization for MacOS binaries, the tool is marked with thecom.apple.quarantine
Xattr on Mac. This can be mitigated by adding The notarization step to the CI.