Skip to content

Commit 1d78981

Browse files
committedDec 23, 2024··
Update qemu image
1 parent e6d6655 commit 1d78981

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,10 @@ docker build \
302302
-t lscr.io/linuxserver/socket-proxy:latest .
303303
```
304304

305-
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
305+
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/docker-qemu-static`
306306

307307
```bash
308-
docker run --rm --privileged multiarch/qemu-user-static:register --reset
308+
docker run --rm --privileged lscr.io/linuxserver/docker-qemu-static --reset
309309
```
310310

311311
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.

‎readme-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,10 @@ full_custom_readme: |
306306
-t lscr.io/linuxserver/socket-proxy:latest .
307307
```
308308
309-
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
309+
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/docker-qemu-static`
310310
311311
```bash
312-
docker run --rm --privileged multiarch/qemu-user-static:register --reset
312+
docker run --rm --privileged lscr.io/linuxserver/docker-qemu-static --reset
313313
```
314314
315315
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.

0 commit comments

Comments
 (0)
Please sign in to comment.