-
Notifications
You must be signed in to change notification settings - Fork 155
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
fedora_latest for other arches #152
Comments
See |
Still having difficulties. I've tried it with: - uses: uraimo/run-on-arch-action@v2
with:
arch: s390x
base_image: "s390x/fedora:latest" (with and without the https://github.com/maciejhirsz/logos/actions/runs/11251365677/job/31282242110?pr=428
Locally I am able to coax it though: $ podman run --arch s390x s390x/fedora:latest uname -a
✔ docker.io/s390x/fedora:latest
Trying to pull docker.io/s390x/fedora:latest...
Getting image source signatures
Copying blob 6f64a863c90f done |
Copying config a99ee4777c done |
Writing manifest to image destination
Linux a0cbd18cfcc3 6.11.2-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Oct 4 16:44:08 UTC 2024 s390x GNU/Linux Edit: I've realized the documentation was saying to pass |
Fails how ? |
I've edited the previous message and provided the logs. Basically it says it cannot find |
I have the feeling the The |
Probably, I don't use |
I've commented on your commit at LecrisUT@7c5be02#commitcomment-147743824
|
Indeed, the confusing part was the reference of
|
Hi, the more exotic platforms for Fedora have been removed some time ago because they were a constant source of issues.
Since you needed to specify manually
This is basically how some of the newer images are configured nowadays, it didn't use to be like that, and that's why --platform was never handled explicitly. I've seen your PR but I'm worried about the implications for other users and "amd64" is currently not a good default since it's unsupported(basically I haven't really checked how the QEMU emulation layer behaves in this case). So, thanks for taking the time to open it, really, but for now I will not merge it for now. I hope to be able to release a revamped version of this Action with this and other fixes some day but right now, that's not in the cards... |
No worries. I've investigated for the original project usecase and I've encountered further issues that I was not able to reproduce when running in |
I was trying to use
fedora_latest
withs390x
, but it failed due to missing dockerfile. This is unfortunate because that is where the main need fors390x
runners is.The text was updated successfully, but these errors were encountered: