-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Produce linux-arm64 binaries for local-companion-app #5320
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
As mentioned in #5712 (comment), I could compile GOOS=linux GOARCH=arm64 go build -ldflags "-s -w" This would mean to support the RaspberryPi and other ARM based devices if Gitpod would provide binaries for the arm64 architecture officially 😃 I can download VSCODE for arm64 from this official link: https://code.visualstudio.com/sha/download?build=stable&os=linux-arm64 |
@axonasif PRs are welcomed as well! |
Sure thing! Although I'm not sure what's responsible for producing the binaries and pushing them to https://github.com/gitpod-io/website/tree/main/static seems to be it but not exactly 😅 |
Apps are compiled with: https://github.com/gitpod-io/gitpod/blob/main/components/local-app/BUILD.yaml gitpod/components/dashboard/leeway.Dockerfile Lines 19 to 21 in d54282c
|
We don't have capacity to handle it right now. Let's try in a week or 2. |
+1 to add the MacOS arm64 build as well.
|
@akosyakov I was wondering about where is the source code of gitpod.gitpod-desktop hosted at. Any hints or is it not public yet? |
Hi, currently I'm using
Ubuntu Focal FossaArchLinuxARM in an arm64 device. And I can run vscode natively since they support the arm64 architecture officially as well. It would be great if gitpod would produce thelocal-companion
binaries for arm64 architecture too.Thanks.
Tasks
The text was updated successfully, but these errors were encountered: