You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use actions/upload-artifact@v4 in an alpine container working on an arm64 OS (which is the Github Action image ubuntu-24.04-arm), and I get the following blocking error:
/usr/bin/docker exec 2c4e7f411082300719922d29295ba33ea63af5b5ce13d1c1fa72d67a549289da sh -c "cat /etc/*release | grep ^ID"
Error: JavaScript Actions in Alpine containers are only supported on x64 Linux runners. Detected Linux Arm64
Why upload-artifact is not compatible with such Alpine ARM64 container ?
How could I use upload-artifact from this Alpine ARM64 container ?
Thanks.
What did you expect to happen?
see above
How can we reproduce it?
see above
Anything else we need to know?
No response
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?