GitHub Actions: Build on an ARM processor#445
GitHub Actions: Build on an ARM processor#445cclauss wants to merge 1 commit intoAsahiLinux:mainfrom
Conversation
https://github.com/actions/runner-images?tab=readme-ov-file#available-images Signed-off-by: Christian Clauss <cclauss@me.com>
|
So this doesn't work because there is no -arm image as far as I can tell. Also doesn't really matter what the host is since it'll be compiled for arm either way. |
I do not understand that.
The job will run in half the time. ;-) |
I approved the job and it never started because the -arm variant doesn't exist. It's also nowhere to be found in the documentation link you provided. |
|
"The arm64 Linux runner is in public preview and subject to change." And this also just didn't work, see https://github.com/AsahiLinux/m1n1/actions/runs/13423890788/job/38989485442 "The job has exceeded the maximum execution time while awaiting a runner for 24h0m0s" |
|
The reason why this is not working is because the image
Actually also here the image is called |
| jobs: | ||
| build: | ||
| runs-on: ubuntu-latest | ||
| runs-on: ubuntu-2024.04-arm |
There was a problem hiding this comment.
| runs-on: ubuntu-2024.04-arm | |
| runs-on: ubuntu-24.04-arm |
| jobs: | ||
| format-check: | ||
| runs-on: ubuntu-latest | ||
| runs-on: ubuntu-2024.04-arm |
There was a problem hiding this comment.
| runs-on: ubuntu-2024.04-arm | |
| runs-on: ubuntu-24.04-arm |
|
Still not gonna accept this because "The arm64 Linux runner is in public preview and subject to change." like I mentioned above |
https://github.com/actions/runner-images?tab=readme-ov-file#available-images