-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support darwin-arm64 #19
Comments
Thanks for the suggestion! I currently use https://github.com/cli/gh-extension-precompile to compile and publish the binaries, so you'll need to file a feature request there. The https://github.com/cli/cli will also likely need a change to check for and download darwin-arm64 releases as well. /cc @vilmibm |
There's a PR already available, but waiting for cli/cli changes: cli/gh-extension-precompile#3 |
The latest GitHub CLI 2.8.0 release fixes this by falling back to |
@mislav so if I understand you correctly, if we can't/won't sign our arm64 binaries we should not upgrade to the latest gh-extension-precompile action? |
@heaths We can not expect that every extension author signs their |
Running
gh upgrade --all
reports:... so, raiding this issue!
The text was updated successfully, but these errors were encountered: