-
Notifications
You must be signed in to change notification settings - Fork 62
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
fastly CLI support for ARM macOS ? #458
Comments
Hi @yusukebe Thanks for raising this issue. The actual issue here is related to the Looks like only AMD64 is being produced. I'll reach out to the Viceroy team about this. |
Hi @Integralist OK, I see. Thank you for your reply and creating the issue on fastly/Viceroy/issues project! |
Any way to force it to use the AMD64 for now? |
Hi @voxpelli unfortunately there isn't at the moment. There's a few ways we could side-step this issue...
I'll chat with my team about these options and any other workarounds while we wait for Viceroy to support ARM. |
I think I can compile Viceroy myself and it should find it locally if it's in my path, right? |
I double checked and did I'm sure this worked before when I installed it manually 🤔 |
The CLI will try to install or update the Viceroy asset that matches the CLI's own OS/Arch (e.g. it uses |
This will likely be because the CLI installs the Viceroy binary into either |
Right, would it be possible to at least optionally have it use whatever compatible one that’s in my PATH? |
Yup, that's definitely another option. Lookup in ConfigDir then HomeDir and failing that try the standard |
in the meantime this is how I'm getting it to work(assuming viceroy is installed and in your PATH)
|
Version
What happened
I have been installed fastly CLI by using
homebrew tap
command and tried to dofastly compute serve
. Then the command threw the error message below:Does fastly CLI support for ARM macOS?
My environment is:
The text was updated successfully, but these errors were encountered: