Open bltavares opened 1 year ago
When trying to install 'wasme' an a Mac M1, I was not able to find pre-compiled releases using the suggested getting started page.
This commit introduces the aarch64 binaries for Mac and Linux to make it easier for others to install 'wasme'.
During the tests, when running "wasme" on a Mac, we would get a ERROR log, despite the process concluding as expected.
ERRO[0000] failure getting variant error="getCPUInfo for OS darwin: not implemented"
This is confusing for the user, and can be fixed by upgrading containerd as well.
make install-deps operator-gen generated-code
tools/wasme/cli
Waiting for approval from someone in the solo-io org to start testing.
Description
When trying to install 'wasme' an a Mac M1, I was not able to find pre-compiled releases using the suggested getting started page.
This commit introduces the aarch64 binaries for Mac and Linux to make it easier for others to install 'wasme'.
Context
During the tests, when running "wasme" on a Mac, we would get a ERROR log, despite the process concluding as expected.
This is confusing for the user, and can be fixed by upgrading containerd as well.
Checklist:
make install-deps operator-gen generated-code
fromtools/wasme/cli
to ensure there will be no code diff