-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Compile Binary for Arm? #654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @Merith-TK, we are currently working on an ARM-based build for code-server but it's not quite ready yet. We will also need to trim the memory consumption before this would be practical for a Raspberry Pi. See #35 |
Thanks, let me know on any progress also the site is saying that they arnt accepting signups? |
@Merith-TK That is correct, sign-ups for coder.com are currently disabled at the moment. We are working on a new user-facing product for the website |
Are there ways i can force it to compile for arm? I really am a newb to yarn |
@Merith-TK we'll need a ARM CI, please be patient. also we're tracking this in a same issue, so this is a duplicate of #35 and #122 |
I tried to cross-build but I was hit by #18 2921. ERROR BUILD:SERVER:BINARY:PACKAGE Failed: Failed to package binary: ✔ Wrote 1245 files! Giving up for now... |
Like we said @crazyquark, it needs to be fixed in our end first before you can self-build it for ARM. The memory usage is also way too high to be considered ready for Raspberry 3B+ (nbin only builds for amd64, not ARM atm). |
Xheesuz..
Issue number 18 just got spammed lol
…On Sat, Jul 20, 2019, 8:12 PM Kibo Hikari ***@***.***> wrote:
Like we said @crazyquark <https://github.com/crazyquark>, it needs to be
fixed in our end first before you can self-build it for ARM. The memory
usage is also way too high to be considered ready for Raspberry 3B+ (nbin
only builds for amd64, not ARM atm).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#654>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACPQOXX75ZGFJDQL3BKZXDTQAPH3TANCNFSM4HLBGX4A>
.
|
All right, we'll wait quietly :) |
v2 is in the works, and should significantly reduce memory usage. We've merged ARM support into nbin, so we'll tackle ARM builds for code-server once we merge v2. |
(ARM Builds are still broken btw, working on it to fix everything else) |
Closing since we have #35. |
Description
I have a raspberry Pi 3b that I carry on me while at school, I have managed to reserve an IP for its MAC address with my school IT department (to run PHP-based web apps), but i cant use the docker image as docker itself kinda just hangs and does absolutely nothing,
Is there a way I can use this on said Raspberry Pi? I run ArchLinux Arm on it, (aarch64) and want to be able to run this program on it (preferably a binary, can compile if needed)
What would be needed to either
A) Run it
or
B) Compile a Binary for it?
This is what i get when i try to run via
yarn start
The text was updated successfully, but these errors were encountered: