Skip to content

Commit

Permalink
Add linuxserver/qemu-static to readme-vars.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca authored Oct 22, 2024
1 parent 188b85c commit 9d2e02c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ full_custom_readme: |
-t lscr.io/linuxserver/jenkins-builder:latest .
```
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
The ARM variants can be built on x86_64 hardware using `linuxserver/qemu-static`
```bash
docker run --rm --privileged multiarch/qemu-user-static:register --reset
docker run --rm --privileged linuxserver/qemu-static --reset
```
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
Expand Down

0 comments on commit 9d2e02c

Please sign in to comment.