File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
311311Once registered you can define the dockerfile to use with ` -f Dockerfile.aarch64 ` .
Original file line number Diff line number Diff 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`.
You can’t perform that action at this time.
0 commit comments