Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI
2024-11-14 19:16:52 +00:00
parent 7e9db0db80
commit cd77a9cd2a
3 changed files with 8 additions and 6 deletions

View File

@@ -150,6 +150,7 @@ This will *ask* Google et al not to index and list your site. Be careful with th
Please follow the instructions [on this blog post](https://www.linuxserver.io/blog/2020-08-21-introducing-swag#migrate).
## Usage
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
@@ -391,10 +392,10 @@ docker build \
-t lscr.io/linuxserver/swag: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 and vice versa using `lscr.io/linuxserver/qemu-static`
```bash
docker run --rm --privileged multiarch/qemu-user-static:register --reset
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
```
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.