From 0bdb887e2c5a8dad31340f83c4708ee0f1728788 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Wed, 2 Nov 2022 15:06:56 -0400 Subject: [PATCH] add linux/arm64/v8 docker platform --- .docker_platforms | 2 +- DOCKER_README.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.docker_platforms b/.docker_platforms index 11a8121d..f41242ad 100644 --- a/.docker_platforms +++ b/.docker_platforms @@ -1 +1 @@ -linux/amd64 \ No newline at end of file +linux/amd64,linux/arm64/v8 \ No newline at end of file diff --git a/DOCKER_README.md b/DOCKER_README.md index 87dbc672..222cd163 100644 --- a/DOCKER_README.md +++ b/DOCKER_README.md @@ -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. + +## 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 | ✅ |