Merge pull request #35 from linuxserver/qemu

Use lsio qemu-static in readme
This commit is contained in:
aptalca 2024-11-08 16:27:53 -05:00 committed by GitHub
commit 2d3e0db0ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -483,7 +483,7 @@ Dockerfile.aarch64
In order to build and run arm stuff on x86 locally you will need the following command:
```text
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset -p yes
```
To build using the specific Dockerfiles:
@ -541,7 +541,8 @@ Jenkins build agents work by being accessible via SSH and having some core progr
[Service]
Type=simple
ExecStart=/usr/bin/docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
ExecStartPre=/usr/bin/docker pull lscr.io/linuxserver/qemu-static
ExecStart=/usr/bin/docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset -p yes
[Install]
WantedBy=multi-user.target