Skip to content

Commit f52b5a4

Browse files
authored
Merge pull request #296 from linuxserver/monthly-qemu
2 parents f103057 + b6a5212 commit f52b5a4

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ docker build \
105105
-t linuxserver/jenkins-builder:latest .
106106
```
107107

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

110110
```bash
111-
docker run --rm --privileged multiarch/qemu-user-static:register --reset
111+
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
112112
```
113113

114114
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ docker build \
3232
-t lscr.io/linuxserver/jenkins-builder:latest .
3333
```
3434

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

3737
```bash
38-
docker run --rm --privileged multiarch/qemu-user-static:register --reset
38+
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
3939
```
4040

4141
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.

readme-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ 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 `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
41-
docker run --rm --privileged linuxserver/qemu-static --reset
41+
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
4242
```
4343
4444
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.

roles/generate-jenkins/templates/CONTRIBUTING.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ 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 `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
111-
docker run --rm --privileged multiarch/qemu-user-static:register --reset
111+
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
112112
```
113113

114114
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ 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 `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
17-
docker run --rm --privileged linuxserver/qemu-static --reset
17+
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
1818
```
1919

2020
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.

0 commit comments

Comments
 (0)