-
Notifications
You must be signed in to change notification settings - Fork 12
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
Multi-arch support? #44
Comments
Your run says: |
You can, they have a trial (doesn't cost anything) which requires going to buildjet.com and logging in as well as adding it to the right repo/org. |
I read there: https://buildjet.com/for-github-actions/docs/about/pricing
That does not sound like a commitment to "forever free for OSS". |
That's correct but the only way other than qemu, self-hosted arm64 runners or Circle CI (which apparently has native arm64 as well nowadays) |
Let me suggest a way forward towards supporting ARM. |
I think currently it fails due to the PPA repo being used as failback, doesn't have support for Ubuntu 22.04 I believe. I believe it should try to use the APT repo in very rare cases, right? As this suggest it's part of the problem:
|
Right, the Last time I looked, the actions API did not allow me to ask for the runner name (like |
@samip5 Does the following PR (released as 2.6.0) fix things for you? |
I have this issue. Here's the log:
I think the issue is that the runner is trying to run
I'm not sure why this should be the case. Using defaults:
run:
shell: bash at the top level of my workflow did not change anything. I can run this by the BuildJet support as well. I'll report here if I get anything back. |
Mmh, it looks more like the following issue: |
But I don't think we should be falling back to the PPA at all here; ghcup should work. |
Not sure why you then pasted the whole debug log for the PPA step... Anyhow, could you link to the original CI run where it failed? |
I pasted the whole
The repo was private originally, but I've made it public: https://github.com/typeverity/cis/actions/runs/7357027683/job/20027991094 |
@wolverian , thanks for the link to the workflow! https://github.com/typeverity/cis/actions/runs/7357027683/workflow#L24
I am afraid we do not test this VM, as it is not free.
To find out whether this is a a problem of the |
Looks like https://github.com/haskell-actions/setup/releases/tag/v2.6.1 fixed this issue, probably due to the ghcup bump. Thank you! |
Excellent news! |
It seems that the action doesn't currently support arm64 Ubuntu 22.04?
https://github.com/samipsolutions/simplexmq/actions/runs/6373301638/job/17296910113
The text was updated successfully, but these errors were encountered: