Unsupported platform: linux (arm) - Raspbian #787
-
Building (yarn install) on raspbian for raspberry 3b+ succeeds. Running w/ yarn run grunt release fails.
Is there any way to resolve this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
bastimeyer
Mar 24, 2021
Replies: 1 comment
-
This is a platform limitation. NW.js currently does only provide binaries for x86 and x86_64: streamlink-twitch-gui/build/tasks/common/platforms.js Lines 2 to 25 in 96d0d53 You can try out downloading community builds for armv7, but there are no build configs for this here and you'll have to figure it out yourself. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bastimeyer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a platform limitation. NW.js currently does only provide binaries for x86 and x86_64:
https://nwjs.io/downloads/
streamlink-twitch-gui/build/tasks/common/platforms.js
Lines 2 to 25 in 96d0d53
You can try out downloading community builds for armv7, but there are no build configs for this here and you'll have to fi…