Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

ARM support #1372

Closed
abliss opened this issue Jun 9, 2020 · 2 comments
Closed

ARM support #1372

abliss opened this issue Jun 9, 2020 · 2 comments

Comments

@abliss
Copy link

abliss commented Jun 9, 2020

💡 Feature request

Overview and problem statement

I would like to use wrangler on my arm64 linux device

Basic example

npm install -g @cloudflare/worker
...
node_modules/@cloudflare/wrangler/binary.js:19
throw new Error(`Unsupported platform: ${type} ${arch}`);
^                 
Error: Unsupported platform: Linux arm64
@EverlastingBugstopper
Copy link
Contributor

Hey @abliss, we won't be supporting any new build targets for Wrangler anytime soon, but for now you should be able to install rust with https://rustup.sh and then cargo install wrangler.

This will build wrangler from source and will take a bit longer but should satisfy your use case. Thanks!

rathboma added a commit to rathboma/wrangler that referenced this issue Aug 12, 2020
For folks on ARM devices - taken from cloudflare#1372
@wighawag
Copy link

wighawag commented Feb 5, 2022

Getting the same issue on raspberry pi :

Error: Unsupported platform: Linux arm

You mention building wrangler from rust. But how do you configure the package like https://github.com/cloudflare/miniflare that depends on @cloudflare/wrangler

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants