-
Notifications
You must be signed in to change notification settings - Fork 79
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
Code Signing? #53
Comments
What kind of code signing? How's it work generally? |
Thanks for the information! It seems that mostly the code signing is useful on macOS to avoid the warning, right? To have a try, it requires below steps:
Please let me know if any thoughts. Thanks! |
On macOS the warning is intense, but code signing is also, to a smaller degree, relevant on Windows if i remember right. I would definitely try you branch. About the API//workflow though: wouldn't it be easier to have an optional setting for gon config that runs |
Please have a try with The task will never run on macos, even though build binary that target to macos, the running os is debian. |
I checked out the https://github.com/mitchellh/gon and recognized that it can't be achieved currently since the tool depends on Apple Xcode and has to run on macosx, by contrast this actions runs debian inside. We need to figure out new idea. |
Curious if anyone found a good solution? The dialog is pretty scary would be awesome to find a way to easily sign an executable for macOS |
How could code-signing be added to the ci process? Particularly for macOS code signing is relevant.
The text was updated successfully, but these errors were encountered: