zhang-accounting/zhang

add arm target build

Closed this issue · 4 comments

add arm target build

based on the documentation https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories, github does not provide the runner of arm64 architecture, so I think I need to close this issue

we have build the arm64 target
due to the limitation of wasmtime, we cant build the target for i686 and armv7.

and for riscv64, idk why I cant install libssl-dev:riscv64, so the openssl-sys cant be compiled, so just remove it right now.