Skip to content

Commit

Permalink
update docs to reflect using LSIO image for multi arch
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Oct 22, 2024
1 parent 77a0552 commit 188b85c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 188b85c

Please sign in to comment.