Update wording

This commit is contained in:
Roxedus 2024-11-09 00:50:09 +01:00
parent 6ba91cd7c7
commit b6a5212a12
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View File

@ -105,7 +105,7 @@ docker build \
-t linuxserver/jenkins-builder:latest .
```
The ARM variants can be built on x86_64 hardware using `lscr.io/linuxserver/qemu-static`
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`
```bash
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset

View File

@ -32,7 +32,7 @@ docker build \
-t lscr.io/linuxserver/jenkins-builder:latest .
```
The ARM variants can be built on x86_64 hardware using `lscr.io/linuxserver/qemu-static`
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`
```bash
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset

View File

@ -35,7 +35,7 @@ full_custom_readme: |
-t lscr.io/linuxserver/jenkins-builder:latest .
```
The ARM variants can be built on x86_64 hardware using `lscr.io/linuxserver/qemu-static`
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`
```bash
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset

View File

@ -105,7 +105,7 @@ docker build \
-t {{ lsio_project_name_short }}/{{ project_name }}:latest .
```
The ARM variants can be built on x86_64 hardware using `lscr.io/linuxserver/qemu-static`
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`
```bash
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset

View File

@ -11,7 +11,7 @@ docker build \
-t lscr.io/{{ lsio_project_name_short }}/{{ project_name }}:{{ release_tag }} .
```
The ARM variants can be built on x86_64 hardware using `lscr.io/linuxserver/qemu-static`
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`
```bash
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset