add linux/arm64/v8 docker platform
This commit is contained in:
parent
92f5c49685
commit
0bdb887e2c
2 changed files with 13 additions and 1 deletions
|
|
@ -1 +1 @@
|
||||||
linux/amd64
|
linux/amd64,linux/arm64/v8
|
||||||
|
|
@ -94,3 +94,15 @@ uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup)
|
||||||
```
|
```
|
||||||
|
|
||||||
If you want to change the PUID or PGID after the image has been built, it will require rebuilding the image.
|
If you want to change the PUID or PGID after the image has been built, it will require rebuilding the image.
|
||||||
|
|
||||||
|
## Supported Architectures
|
||||||
|
|
||||||
|
Specifying `lizardbyte/sunshine:latest` or `ghcr.io/lizardbyte/sunshine:latest` should retrieve the correct
|
||||||
|
image for your architecture.
|
||||||
|
|
||||||
|
The architectures supported by this image are:
|
||||||
|
|
||||||
|
| Architecture | Available |
|
||||||
|
|:------------:|:---------:|
|
||||||
|
| x86-64 | ✅ |
|
||||||
|
| arm64 | ✅ |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue