Feature Request: Automatically Build RISC-V Releases for Standalone CLI #13140
arcanemachine
started this conversation in
Ideas
Replies: 1 comment
-
I need that too, as I'd like RawPair to also support RISC-V. Anything I can do to help make that happen? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to automatically build releases for the RISC-V architecture (riscv64)?
The main reason I am asking this question right now is that Scaleway recently made affordable RISC-V servers available for general access, further lowering the bar to access this up-and-coming architecture.
I feel it is only a matter of time before RISC-V builds are available. I would just like to get the ball rolling since Tailwind is a very important part of the modern web developer ecosystem.
Thanks
EDIT: Dug into this a bit. The only progress I was able to make was to upgrade
turbo
to^1.12.5
inpackage.json
. After that, I was able to runpnpm install
but I couldn't runpnpm run build
without getting a bunch of errors. I deleted the VPS and lost my error logs (whoops), but I was getting the errorFallback bindings does not support filesystem access
a bunch of times.Beta Was this translation helpful? Give feedback.
All reactions