Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

building an FS on arm #22

Open
btsimonh opened this issue Oct 30, 2019 · 0 comments
Open

building an FS on arm #22

btsimonh opened this issue Oct 30, 2019 · 0 comments

Comments

@btsimonh
Copy link

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 :).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant