mirror of
https://github.com/linuxserver/docker-jenkins-builder.git
synced 2026-01-09 07:00:48 +08:00
Update wording
This commit is contained in:
parent
6ba91cd7c7
commit
b6a5212a12
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user