-
Notifications
You must be signed in to change notification settings - Fork 139
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
will arm (raspberry) platform be supported in future? #312
Comments
Hi @HollandHards! I have run mox on a raspberry pi. An rpi4 I believe. As far as I know there's nothing special to be done to run mox on an arm machine. The code should compile for GOARCH "arm" and "arm64". Did you run into any issues? Btw, you can compile with GOARCH=arm or GOARCH=arm64, or download from https://beta.gobuilds.org/github.com/mjl-/mox@latest/linux-arm64-latest/ or https://beta.gobuilds.org/github.com/mjl-/mox@latest/linux-arm-latest/. |
Really? I haven’t even tried something like that, after reading the
features, documents and git-page, I got impression raspberry wasn’t an
option.
Thank you for your feedback, I’ll give it a go (running proxmox on
raspberry) curious if can compile and install on a VM/docker.
Kind regards,
Derk Klomp
…On Wed, 12 Mar 2025 at 23:31, Mechiel Lukkien ***@***.***> wrote:
Hi @HollandHards <https://github.com/HollandHards>! I have run mox on a
raspberry pi. An rpi4 I believe. As far as I know there's nothing special
to be done to run mox on an arm machine. The code should compile for GOARCH
"arm" and "arm64". Did you run into any issues?
Btw, you can compile with GOARCH=arm or GOARCH=arm64, or download from
***@***.***/linux-arm64-latest/
or ***@***.***/linux-arm-latest/.
If you have an older rpi, and it doesn't work, you could look into setting
GOARM.
—
Reply to this email directly, view it on GitHub
<https://github.com/mjl-/mox/issues/312#issuecomment-2719271086>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACWED6DDTA5AE2SVDCUEBGT2UCYUHAVCNFSM6AAAAABY4V2TH6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMJZGI3TCMBYGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: mjl-]*mjl-* left a comment (mjl-/mox#312)
<https://github.com/mjl-/mox/issues/312#issuecomment-2719271086>
Hi @HollandHards <https://github.com/HollandHards>! I have run mox on a
raspberry pi. An rpi4 I believe. As far as I know there's nothing special
to be done to run mox on an arm machine. The code should compile for GOARCH
"arm" and "arm64". Did you run into any issues?
Btw, you can compile with GOARCH=arm or GOARCH=arm64, or download from
***@***.***/linux-arm64-latest/
or ***@***.***/linux-arm-latest/.
If you have an older rpi, and it doesn't work, you could look into setting
GOARM.
—
Reply to this email directly, view it on GitHub
<https://github.com/mjl-/mox/issues/312#issuecomment-2719271086>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACWED6DDTA5AE2SVDCUEBGT2UCYUHAVCNFSM6AAAAABY4V2TH6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMJZGI3TCMBYGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Any plans to make mox compatible with arm/raspberry?
Couldn't find it on roadmap/documentations (so probably there is my anwser)
The text was updated successfully, but these errors were encountered: