solo-io / wasm

Web Assembly tools and SDKs for extending cloud-native infrastructure
Apache License 2.0
305 stars 39 forks source link

When installing wasme, unexpected errors occurred. #255

Closed Xunzhuo closed 3 years ago

Xunzhuo commented 3 years ago

Describe the bug

When installing wasme, unexpected errors occurred.

image

To Reproduce Steps to reproduce the behavior:

  1. curl -sL https://run.solo.io/wasme/install | sh

Expected behavior A clear and concise description of what you expected to happen.

Additional context Add any other context about the problem here, e.g.

Sodman commented 3 years ago

Hi @Xunzhuo, what operating system are you using? Is your chipset amd64 or are you on ARM?

Xunzhuo commented 3 years ago

Operating system is centos and cpu based on x86 platform 😀

Sodman commented 3 years ago

Unfortunately right now the CLI is only supported on amd64 architecture on linux, macOS (darwin), and windows.

Xunzhuo commented 3 years ago

OK