-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The new docker images don't seem to be working on arm64 #1321
Labels
bug
Something isn't working
Comments
moisout
changed the title
The new docker images don't seem to be working on arm64 - they yield the same error as if I used the amd64 image on a Raspberry Pi 4B:
The new docker images don't seem to be working on arm64
Mar 26, 2022
viewtube | exec /usr/bin/node: exec format error
That's an old build. I am currently in the process of setting the up the builds properly. I'll update here! |
There is now the |
Please try the nightly version, and report if there are any issues! |
This was referenced Mar 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new docker images don't seem to be working on arm64 - they yield the same error as if I used the amd64 image on a Raspberry Pi 4B:
viewtube | exec /usr/bin/node: exec format error
It works when building with
build: .
, but not with any images.Looking at the docker hub tags, all of the dev images have the
linux/amd64
architecture, and manually specifying themauriceo/viewtube:dev-linux-arm64
image has the same result asmauriceo/viewtube:dev
docker-compose.yml
Originally posted by @myned in #979 (comment)
The text was updated successfully, but these errors were encountered: