Replies: 1 comment 2 replies
-
I'm unsure what you mean with # :latest is not available right now, use main or edge
FROM ghcr.io/cross-rs/aarch64-unknown-linux-gnu:main
COPY ./my-qemu-pkg.pkg my-qemu-pkg.pkg
RUN pseudo-install my-qemu-pkg.pkg simpler solution may be: fork the project, modify the current qemu script and run |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For testing a project, I need create custom qemu images. What I gather is that for this to work with cross I would need to also have a custom Docker image.
What are the required packages, in both images, to make this work?
P.S.
The project needs custom qemu images because it needs to be tested on specific kernel versions.
Beta Was this translation helpful? Give feedback.
All reactions