Skip to content

Commit b6a5212

Browse files
committed
Update wording
1 parent 6ba91cd commit b6a5212

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ docker build \
105105
-t linuxserver/jenkins-builder:latest .
106106
```
107107

108-
The ARM variants can be built on x86_64 hardware using `lscr.io/linuxserver/qemu-static`
108+
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`
109109

110110
```bash
111111
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ docker build \
3232
-t lscr.io/linuxserver/jenkins-builder:latest .
3333
```
3434

35-
The ARM variants can be built on x86_64 hardware using `lscr.io/linuxserver/qemu-static`
35+
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`
3636

3737
```bash
3838
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ full_custom_readme: |
3535
-t lscr.io/linuxserver/jenkins-builder:latest .
3636
```
3737
38-
The ARM variants can be built on x86_64 hardware using `lscr.io/linuxserver/qemu-static`
38+
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`
3939
4040
```bash
4141
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset

roles/generate-jenkins/templates/CONTRIBUTING.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ docker build \
105105
-t {{ lsio_project_name_short }}/{{ project_name }}:latest .
106106
```
107107

108-
The ARM variants can be built on x86_64 hardware using `lscr.io/linuxserver/qemu-static`
108+
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`
109109

110110
```bash
111111
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset

roles/generate-jenkins/templates/README_SNIPPETS/BUILDING_LOCALLY.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ docker build \
1111
-t lscr.io/{{ lsio_project_name_short }}/{{ project_name }}:{{ release_tag }} .
1212
```
1313

14-
The ARM variants can be built on x86_64 hardware using `lscr.io/linuxserver/qemu-static`
14+
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`
1515

1616
```bash
1717
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset

0 commit comments

Comments
 (0)