diff --git a/images/docker-emulatorjs/index.html b/images/docker-emulatorjs/index.html
index 8e25898ca0..2180df34c3 100644
--- a/images/docker-emulatorjs/index.html
+++ b/images/docker-emulatorjs/index.html
@@ -52,4 +52,4 @@
--pull \
-t lscr.io/linuxserver/emulatorjs: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
- 07.01.24: - Update to use new Mupen64 plus core by default.
- 06.01.24: - Update many emulators to fix audio issues and use latest codebases.
- 29.12.23: - Rebase to Alpine 3.19, add option to launch without IPFS.
- 09.08.23: - Rebase to Alpine 3.18, migrate to s6v3.
- 06.07.23: - Deprecate armhf. As announced here
- 24.11.22: - Update IPFS links for chdman.
- 04.04.22: - Ingest pre-built chdman bins during build time.
- 23.02.22: - Update ingestion point for emulatorjs bins.
- 25.01.22: - Allow users to mount in existing rom directories.
- 14.01.22: - Add profile paths and rebase to Alpine 3.15.
- 04.01.22: - Add headers needed for Threaded emulators.
- 29.11.21: - Add wasm mime type to NGINX.
- 26.11.21: - Configure IPFS in a lower power mode, use homebuilt blobs for emu cores.
- 19.11.21: - Pin retroarch version.
- 14.11.21: - Update default cores to ingest.
- 23.10.21: - Initial release.