-
Notifications
You must be signed in to change notification settings - Fork 723
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:
|
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: