-
Notifications
You must be signed in to change notification settings - Fork 754
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
[bug] v2, v3 and v4 fail in 32-bit containers #616
Comments
Also related: actions/runner#2115 |
For the record: The Git project currently uses git/git@90f2c72, which removes the upload altogether. This is not ideal, of course, as investigating test failures is made much harder by that, requiring any person investigating the test failures to recreate the same environment as in the workflow job, locally, and then hoping that the problem reproduces there. |
I've got more information now:
|
i386 hack Setup Node on each ste From actions/upload-artifact#616
i386 hack Setup Node on each ste From actions/upload-artifact#616
i386 hack Setup Node on each ste From actions/upload-artifact#616
i386 hack Setup Node on each ste From actions/upload-artifact#616
fix CI, override node20 actions/upload-artifact#616 (comment)
c.f. jsk-ros-pkg/jsk_control#790 ``` Post job cleanup. /usr/bin/docker exec a73c1686824111e1103ab64b9f540a586c9548c53a8213840c21206b2f17403a sh -c "cat /etc/*release | grep ^ID" OCI runtime exec failed: exec failed: unable to start container process: exec: "/__e/node20/bin/node": stat /__e/node20/bin/node: no such file or directory: unknown ```
What happened?
Thanks to the helpful brown-out to notify everybody about the deprecated v1, I once again tried to run
actions/upload-artifact@v4
in an i686 Docker container, and it fails miserably:What did you expect to happen?
I expected to either be allowed to use the deprecated v1 (which works!), or for v4 to work (which does not).
How can we reproduce it?
Anything else we need to know?
This has been noted in
git/git
, which is a quite high-profile project.What version of the action are you using?
v4
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
no
The text was updated successfully, but these errors were encountered: