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

node spins forever #3

Open
snowdream opened this issue Jan 18, 2025 · 3 comments
Open

node spins forever #3

snowdream opened this issue Jan 18, 2025 · 3 comments

Comments

@snowdream
Copy link

https://github.com/snowdreamtech/deluge/actions/runs/12826651209

@snowdream
Copy link
Author

snowdream commented Jan 18, 2025

docker run --platform=linux/s390x --rm -e QEMU_STRACE=1 -it snowdreamtech/node:dev-alpine ash -c 'node -p 42'

@snowdream
Copy link
Author

docker run --platform=linux/386 --rm -it snowdreamtech/node:dev-alpine node -p 42
docker run --platform=linux/amd64 --rm -it snowdreamtech/node:dev-alpine node -p 42
docker run --platform=linux/arm/v6 --rm -it snowdreamtech/node:dev-alpine node -p 42
docker run --platform=linux/arm/v7 --rm -it snowdreamtech/node:dev-alpine node -p 42
docker run --platform=linux/arm64 --rm -it snowdreamtech/node:dev-alpine node -p 42
docker run --platform=linux/ppc64le --rm -it snowdreamtech/node:dev-alpine node -p 42
docker run --platform=linux/s390x --rm -it snowdreamtech/node:dev-alpine node -p 42

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

1 participant