-
Notifications
You must be signed in to change notification settings - Fork 976
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
Add ARM support by building OCTI with multi-arch #1271
Comments
Hi @Dviros , do you use x86 or ARM hardware? |
Hey @richard-julien, attempting to run on Nvidia Jetson Nano (which is ARM based...) |
Hi @Dviros, today the OCTI docker images is only built for x86. |
Thanks a lot for the clarifications. Will take a deeper look into that |
Start trying to build for ARM. First result for building the frontend
First result for building the APICompiled with success. So looks like we need to wait for node-sass or try to remove it from the front stack. We currently used it with react-timeline-range-slider, so maybe not so easy to do :) @SamuelHassine ? |
FYI, |
Hi there,
Having the exact same issue, even when running with the latest default docker.yml config:
standard_init_linux.go:211: exec user process caused "exec format error"
Running on Ubuntu 18.04
Originally posted by @Dviros in #88 (comment)
The text was updated successfully, but these errors were encountered: