Skip to content
Snippets Groups Projects
Verified Commit 2da87975 authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

README.md: expand on the amd64 use-case

parent 999e39a7
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,13 @@ mode like this (assuming you run this on the Reform): ...@@ -16,6 +16,13 @@ mode like this (assuming you run this on the Reform):
mkdir -p ~/.cache/sbuild mkdir -p ~/.cache/sbuild
mmdebstrap --variant=buildd unstable ~/.cache/sbuild/unstable-arm64.tar mmdebstrap --variant=buildd unstable ~/.cache/sbuild/unstable-arm64.tar
If you are building this on an amd64 box, then you also need to install
binfmt-support, arch-test, qemu-user-static and create the chroots a bit
differently for both amd64 as well as for arm64.
mmdebstrap --variant=buildd --arch=arm64 unstable ~/.cache/sbuild/unstable-arm64.tar
mmdebstrap --variant=buildd --arch=amd64 unstable ~/.cache/sbuild/unstable-amd64.tar
We currently are building the following packages: We currently are building the following packages:
## ffmpeg ## ffmpeg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment