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
Describe the bug
Hi, I'm running self-hosted runner (since GitHub does not support ARM) on ARM Ubuntu with Docker container and I'm using actions/checkout@v2 (SHA:ec3a7ce113134d7a93b817d10a8272cb61118579). First of all i tried to use that with my Alpine Based image but got JavaScript Actions in Alpine containers are only supported on x64 Linux runners. Detected Linux Arm64 on "Checkout repository". So I switched to Debian based image and got same message but now on "Post Checkout repository".
Also I tried to find a reason why JavaScript Actions on Alpine ARM are not supported but i was unable to find any information. I just found it was introduced 2 years ago in commit "First pass" (1918906).
Expected behavior
I workd and do not report Alpine error on debian.
Runner Version and Platform
2.287.1
OS of the machine running the runner? OSX/Windows/Linux/...
Ubuntu 20.04 - ARM with Docker 20.10.12
What's not working?
actions/checkout@v2 (SHA:ec3a7ce113134d7a93b817d10a8272cb61118579) with JavaScript Actions in Alpine containers are only supported on x64 Linux runners. Detected Linux Arm64 but on Debian image.
Job Log Output
If applicable, include the relevant part of the job / step log output here. All sensitive information should already be masked out, but please double-check before pasting here.
Runner and Worker's Diagnostic Logs
If applicable, add relevant diagnostic log information. Logs are located in the runner's _diag folder. The runner logs are prefixed with Runner_ and the worker logs are prefixed with Worker_. Each job run correlates to a worker log. All sensitive information should already be masked out, but please double-check before pasting here.
The text was updated successfully, but these errors were encountered:
Supporting Alpine ARM is an enhancement that is planned for the future, but is not yet a priority. Since a feature request for this enhancement already exists #801, I will close this issue. Feel free to reopen this issue if you think it is necessary.
Describe the bug
Hi, I'm running self-hosted runner (since GitHub does not support ARM) on ARM Ubuntu with Docker container and I'm using
actions/checkout@v2 (SHA:ec3a7ce113134d7a93b817d10a8272cb61118579)
. First of all i tried to use that with my Alpine Based image but gotJavaScript Actions in Alpine containers are only supported on x64 Linux runners. Detected Linux Arm64
on "Checkout repository". So I switched to Debian based image and got same message but now on "Post Checkout repository".Also I tried to find a reason why JavaScript Actions on Alpine ARM are not supported but i was unable to find any information. I just found it was introduced 2 years ago in commit "First pass" (1918906).
To Reproduce
Steps to reproduce the behavior:
actions/checkout@v2 (SHA:ec3a7ce113134d7a93b817d10a8272cb61118579)
Expected behavior
I workd and do not report Alpine error on debian.
Runner Version and Platform
2.287.1
OS of the machine running the runner? OSX/Windows/Linux/...
Ubuntu 20.04 - ARM with Docker 20.10.12
What's not working?
actions/checkout@v2 (SHA:ec3a7ce113134d7a93b817d10a8272cb61118579)
withJavaScript Actions in Alpine containers are only supported on x64 Linux runners. Detected Linux Arm64
but on Debian image.Job Log Output
If applicable, include the relevant part of the job / step log output here. All sensitive information should already be masked out, but please double-check before pasting here.
Runner and Worker's Diagnostic Logs
If applicable, add relevant diagnostic log information. Logs are located in the runner's
_diag
folder. The runner logs are prefixed withRunner_
and the worker logs are prefixed withWorker_
. Each job run correlates to a worker log. All sensitive information should already be masked out, but please double-check before pasting here.The text was updated successfully, but these errors were encountered: