Skip to content

Commit 5402829

Browse files
committed
docs: ci multi-arch requires qemu
1 parent 3cbc8cb commit 5402829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ testing compared to other parts of the codebase. If you want to keep the work tr
1414
system in a virtual machine with a Linux operating system of your choice.
1515

1616
To allow for a wide range of tested environments, but also ensure reproducibility to some extent, the test stage
17-
requires `bash`, `docker`, and `python3` to be installed. To install all requirements on Ubuntu, run
17+
requires `bash`, `docker`, and `python3` to be installed. To run on different architectures than the host `qemu` is also required. To install all requirements on Ubuntu, run
1818

1919
```
20-
sudo apt install bash docker.io python3
20+
sudo apt install bash docker.io python3 qemu-user-static
2121
```
2222

2323
It is recommended to run the ci system in a clean env. To run the test stage

0 commit comments

Comments
 (0)