You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can not release arm64 until we have the capability to run the tests under arm. Currently running the test suite with QEMU results in a panic inside of the emulation layer.
Expected behavior
Is there any plan to release a Deno binary for linux-arm64?
I have successfully created the binary for Deno by running following:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
export PATH=$PATH:$HOME/.cargo/bin
apt install libglib2.0-dev
git clone https://github.com/denoland/deno/
cd deno
cargo build -vv
It will be very helpful if arm64 binaries are released. If any help is required in releasing them, I am happy to contribute.
Actual behavior
Deno binary is available for amd64 only.
The text was updated successfully, but these errors were encountered: