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 May 23, 2022. It is now read-only.
I use a modified version to build an FS, which I then use with nexe.
Just tried to create an image on RPi3, and it needed one change to the package,.json to install and run:
"cpu": [
"x64",
"x86"
],
becomes:
"cpu": [
"x64",
"x86",
"arm"
],
this change may enable all features in a Raspbian build.
works nicely for me :).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use a modified version to build an FS, which I then use with nexe.
Just tried to create an image on RPi3, and it needed one change to the package,.json to install and run:
becomes:
this change may enable all features in a Raspbian build.
works nicely for me :).
The text was updated successfully, but these errors were encountered: