-
Notifications
You must be signed in to change notification settings - Fork 2k
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
can't install any packages on arch of linux/arm/v6
#1794
Comments
I do have the very similar issue, however in my case, it doesn't build for all the platforms except CI: https://github.com/instrumentisto/haraka-docker-image/actions/runs/3322510831 UPDATE: Seems that |
your github action pipeline looks great for multi-arch build. I will take a reference. 👍 Where did you get reference or you did it by yourself? Any documents or URLs for sharing? |
@ozbillwang all done by hand. I'd advise to wait until instrumentisto/haraka-docker-image#3 will be merged, as I dislike the current multi-arch CI pipeline being too monolithic. Would like to have it similar to single-arch builds where each image variant is built and tested independently (and so, errors are more clear, and rerunning takes less time). |
Seems like this is upstream issue: npm/cli#5743 |
Adjust the base image from https://app.travis-ci.com/github/alpine-docker/semver/builds/257177983 |
@ozbillwang it's only because the issue is with Node 19 images, while LTS is based on Node.js 18. |
let's stick on LTS 😁 |
There is an issues with Node v19+ and arm based images. It is described in nodejs/docker-node#1794 and nodejs/docker-node#1335. At this moment it works with v18 based images and so I downgraded to it.
There is an issues with Node v19+ and arm based images. It is described in nodejs/docker-node#1794 and nodejs/docker-node#1335. At this moment it works with v18 based images and so I downgraded to it.
Environment
Expected Behavior
buid and generate the image for platform
linux/arm/v6
Current Behavior
The
docker buildx
command stuck atnpm install -g uuid
forever. and it stuck on any npm packages, not only uuid.I can't build with
buildx
on platformlinux/arm/v6
only, no problem to other platforms, such asThe buildx command worked with platform
linux/arm/v6
before until 14th Oct. I run weekly build, got this error yesterday. So this problem is related a build chnage between 14th Oct and 21th Oct 2022run with normal
docker build
is fine on my macbook (amd64)Possible Solution
Steps to Reproduce
Additional Information
Weekly build logs for your reference:
https://app.travis-ci.com/github/alpine-docker/semver/builds
The text was updated successfully, but these errors were encountered: