Missing native binary installer for arm64 architecture
See original GitHub issueAttempting installation via curl -o- -L https://slss.io/install | bash
on an M1 mac results in the following error:
Sorry, there’s no serverless binary installer available for arm64 architecture. Please open request for it at https://github.com/serverless/serverless/issues
This is a fresh install on a fairly new machine, most of template bits for submitting a new issue were not applicable to this problem, I hope this format is acceptable.
I’m happy to help out with any debugging or providing any resources required to help support the new macs.
Edit by @pgrzesik
As of 2.69.0
version it is now possible to install binary on M1 Macs, however, these binaries are not native to arm64 architecture and still need Rosetta to run. For now we’ve postponed building and publishing native arm64
binaries because our CI/CD pipeline at the moment does not have easy access to M1 Macs for building such binaries.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:24
- Comments:16 (7 by maintainers)
Install serverless using the new homebrew version for Mac m1
brew install serverless
and you will install the version for arm64_big_surInstaller working fine with terminal open with Rosetta,
sls
is then working as expected, even with native Terminal.