Skip to content

Commit

Permalink
update docs to reflect using LSIO image for multi arch (#293)
Browse files Browse the repository at this point in the history
* update docs to reflect using LSIO image for multi arch

* Add linuxserver/qemu-static to readme-vars.yml

---------

Co-authored-by: aptalca <541623+aptalca@users.noreply.github.com>
  • Loading branch information
thelamer and aptalca authored Oct 22, 2024
1 parent 77a0552 commit 008601b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ full_custom_readme: |
-t lscr.io/linuxserver/jenkins-builder:latest .
```
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
The ARM variants can be built on x86_64 hardware using `linuxserver/qemu-static`
```bash
docker run --rm --privileged multiarch/qemu-user-static:register --reset
docker run --rm --privileged linuxserver/qemu-static --reset
```
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
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 `multiarch/qemu-user-static`
The ARM variants can be built on x86_64 hardware using `linuxserver/qemu-static`

```bash
docker run --rm --privileged multiarch/qemu-user-static:register --reset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ docker build \
-t lscr.io/{{ lsio_project_name_short }}/{{ project_name }}:{{ release_tag }} .
```

The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
The ARM variants can be built on x86_64 hardware using `linuxserver/qemu-static`

```bash
docker run --rm --privileged multiarch/qemu-user-static:register --reset
docker run --rm --privileged linuxserver/qemu-static --reset
```

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

0 comments on commit 008601b

Please sign in to comment.