Skip to content
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

what happened to arm support on the docker image? #675

Open
Pesoen opened this issue Feb 2, 2025 · 3 comments
Open

what happened to arm support on the docker image? #675

Pesoen opened this issue Feb 2, 2025 · 3 comments

Comments

@Pesoen
Copy link

Pesoen commented Feb 2, 2025

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.

@CnC-ode
Copy link

CnC-ode commented Feb 3, 2025

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

@bonukai
Copy link
Owner

bonukai commented Feb 4, 2025

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

@Pesoen
Copy link
Author

Pesoen commented Feb 5, 2025

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.

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

No branches or pull requests

3 participants