You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.
Currently the docker file builds an x86 image, but users with apple silicon chip have issues. Here is an example of the issues that occur when attempting to build with an ARM chip.
This also brings up an issue where all the node modules are out of date, so the ARM dependancies are REALLY out of date.
That PR for updating the node modules will need to be in the upstream of the actual project, this ticket mainly focuses on the ARM compatibility.
The text was updated successfully, but these errors were encountered:
The image Docker is making here should be ARM actually when made on an ARM system, and most likely is - rather, what's happening here is that racket-native doesn't have great ARM support (which seems bizarre since it isn't too old, but oh well).
Perhaps forcing x86/amd64 through Docker could make things work more smoothly by making Docker use an x86 emulator, though I'm not sure.
Currently the docker file builds an x86 image, but users with apple silicon chip have issues. Here is an example of the issues that occur when attempting to build with an ARM chip.
This also brings up an issue where all the node modules are out of date, so the ARM dependancies are REALLY out of date.
That PR for updating the node modules will need to be in the upstream of the actual project, this ticket mainly focuses on the ARM compatibility.
The text was updated successfully, but these errors were encountered: