Skip to content

build via github action not working #2

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

Closed
tobiasdam opened this issue Sep 27, 2024 · 3 comments
Closed

build via github action not working #2

tobiasdam opened this issue Sep 27, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@tobiasdam
Copy link
Contributor

For some reason building the Docker image via Github Action does not work. It just hang indefinitely at npm install --force and times out after a little more than 6 hours. The Action is the same as used for another svelte project, so the action itself should work just fine.
Building the Docker image locally works fine as well even on a Raspberry Pi 4 it takes only around 5 minutes.

@tobiasdam tobiasdam added the bug Something isn't working label Sep 27, 2024
@tobiasdam tobiasdam self-assigned this Sep 27, 2024
@tobiasdam
Copy link
Contributor Author

this seems to have been an issue for a while already:
nodejs/docker-node#1946 (comment)

seems to be related no node version >19 and using buildx to cross compile
nodejs/docker-node#1946 (comment)

@tobiasdam
Copy link
Contributor Author

also see npm/cli#7686 (comment)

@tobiasdam
Copy link
Contributor Author

the cause seems to be node 20 + qemu + musl (alpine)

fixed for now by using node:20-bookworm-slim image instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant