File tree Expand file tree Collapse file tree
roles/generate-jenkins/templates Expand file tree Collapse file tree Original file line number Diff line number Diff 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
111111docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
Original file line number Diff line number Diff 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
3838docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
111111docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
Original file line number Diff line number Diff 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
1717docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
You can’t perform that action at this time.
0 commit comments