diff --git a/images/docker-steamos/index.html b/images/docker-steamos/index.html
index 8edbd6b3bd..c52a80f19a 100644
--- a/images/docker-steamos/index.html
+++ b/images/docker-steamos/index.html
@@ -83,5 +83,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/steamos:latest .
-
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions
- 23.05.24: - Document how to get Nvidia to work.
- 15.01.24: - Install gperftools to fix source games.
- 29.11.23: - Switch to openbox for bigpicture mode.
- 06.10.23: - Ingest sunshine from AUR to compile at build time.
- 25.08.23: - Add deps needed for some audio and software compatibility.
- 04.07.23: - Initial release.