Skip to content
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

feat(qemu): add support for qemu-aarch64 and qemu-riscv64 in Docker #73

Merged
merged 4 commits into from
Nov 9, 2023

Conversation

Diogo21Costa
Copy link
Member

@Diogo21Costa Diogo21Costa commented Nov 9, 2023

PR Description

This PR implements the necessary changes to the Dockerfile, enabling support for both aarch64 and risc-v versions of qemu. The updates encompass the following changes:

  1. Updated base dependencies required for building qemu (commit 96be375);
  2. Addded installation steps for qemu-riscv64 (commit da9edbe);
  3. Included installation steps for qemu-aarch64 (commit deb712e).

Aditionally, commit 7a83e9b introduces utility commands, including the tree command, as well as two text editors, vim and nano.

Checklist:

  • The changes generate no new warnings when building the project. If so, I have justified above.
  • I have run the CI checkers before submitting the PR to avoid unnecessary runs of the workflow.

docker/Dockerfile Outdated Show resolved Hide resolved
docker/Dockerfile Outdated Show resolved Hide resolved
docker/Dockerfile Outdated Show resolved Hide resolved
@josecm josecm self-assigned this Nov 9, 2023
@josecm josecm merged commit b4f1aa3 into main Nov 9, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants