We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
latest has no arm support, had to manually set what docker image to pull instead of latest, because latest has no arm support.
just curious, as i use a raspberry pi to host this.
The text was updated successfully, but these errors were encountered:
bonukai changed the image arch on 3a9a175
I built an image from my forked repo which includes some minor fixes and a new api endpoint I was needing
You can pull it if you want
Sorry, something went wrong.
After updating node alpine base image in the Dockerfile, arm/v7 and arm/v6 are stuck in an Infinite loop, nodejs/node#53489.
arm/v7
arm/v6
arm64 build are crashing randomly with Segmentation fault: https://gitlab.alpinelinux.org/alpine/aports/-/issues/16813
arm64
Segmentation fault
After updating node alpine base image in the Dockerfile, arm/v7 and arm/v6 are stuck in an Infinite loop, nodejs/node#53489. arm64 build are crashing randomly with Segmentation fault: https://gitlab.alpinelinux.org/alpine/aports/-/issues/16813
okay, so arm support is not just dropped, there are problems with it. gotcha. i can live with that.
No branches or pull requests
latest has no arm support, had to manually set what docker image to pull instead of latest, because latest has no arm support.
just curious, as i use a raspberry pi to host this.
The text was updated successfully, but these errors were encountered: