Skip to content

Unsupported platform: linux (arm) - Raspbian #787

Answered by bastimeyer
Jierr asked this question in Q&A
Discussion options

You must be logged in to vote

This is a platform limitation. NW.js currently does only provide binaries for x86 and x86_64:
https://nwjs.io/downloads/

platforms: {
win32: {
platform: "win32",
arch : "ia32"
},
win64: {
platform: "win32",
arch : "x64"
},
osx64: {
platform: "darwin",
arch : "x64"
},
linux32: {
platform: "linux",
arch : "ia32"
},
linux64: {
platform: "linux",
arch : "x64"
}
},

You can try out downloading community builds for armv7, but there are no build configs for this here and you'll have to fi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bastimeyer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants