Skip to content

Commit

Permalink
Update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus committed Nov 8, 2024
1 parent 6ba91cd commit b6a5212
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/generate-jenkins/templates/CONTRIBUTING.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6a5212

Please sign in to comment.