-
Notifications
You must be signed in to change notification settings - Fork 218
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 #10
Comments
Oh bummers.. I don't have an m1, what error are you getting? |
Not much information unfortunately:
But I think it's because there is no assets called And also from what I understand, the Github action used to release this project does not support anymore a list of custom platform to build for (cli/gh-extension-precompile@e482de8, related discussion: cli/gh-extension-precompile#2) I've opened a PR on their project so it will build for |
Thanks @VictorBersy that's a lot of good info you researched.. Yeah you understood correctly, I just use the github action, I don't know how to personally compile to different targets, so that was an easy solution for this. |
Let's see if they accept my PR or not. Meanwhile, if you want to publish it ASAP for ARM Mac, you could try to use an older version of the Github Action: - uses: cli/[email protected]
with:
platforms: "darwin-amd64,darwin-arm64,linux-386,linux-arm,linux-amd64,linux-arm64,windows-386,windows-amd64" But that's not very future proof as the latest version won't be used. |
Yes I was able to install it, thanks a lot! |
good news |
@dlvhdr, could you provide a binary for |
you got it |
@joelazar can you try it now ? |
working like a charm :) thanks for the quick fix! |
anytime bro, and thanks @dlvhdr for building this great extension |
@dlvhdr confirming it works! ❤️ soo amazing! Sorry for not replying before. Anyway, can't wait to start using this CLI. Thank you! |
Thanks everyone for your patience and for sharing temporary workarounds! The latest GitHub CLI 2.8.0 release fixes this by falling back to |
Looks amazing – can't wait to test it out! Though it doesn't seem to work on m1 macs yet..
The text was updated successfully, but these errors were encountered: