diff --git a/images/docker-ngircd/index.html b/images/docker-ngircd/index.html
index f08370ba9f..9ca1a2338e 100644
--- a/images/docker-ngircd/index.html
+++ b/images/docker-ngircd/index.html
@@ -43,5 +43,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/ngircd: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
- 27.06.24: - Rebase to Alpine 3.20.
- 20.03.24: - Rebase to Alpine 3.19.
- 12.07.23: - Rebase to Alpine 3.18.
- 01.07.23: - Deprecate armhf. As announced here
- 05.03.23: - Rebase to Alpine 3.17.
- 11.10.22: - Rebasing to alpine 3.16, migrate to s6v3.
- 23.01.21: - Rebasing to alpine 3.13.
- 01.06.20: - Rebasing to alpine 3.12.
- 19.12.19: - Rebasing to alpine 3.11.
- 04.07.19: - Initial release.