We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef6eba commit 94795f2Copy full SHA for 94795f2
2 files changed
Dockerfile
@@ -2,7 +2,7 @@
2
# Dockerfile that builds a Core Keeper Gameserver
3
###########################################################
4
FROM cm2network/steamcmd:root AS base-amd64
5
-FROM --platform=arm64 sonroyaalmerol/steamcmd-arm64:root-2024-12-04 AS base-arm64
+FROM --platform=arm64 sonroyaalmerol/steamcmd-arm64:root-2024-12-08 AS base-arm64
6
7
ARG TARGETARCH
8
FROM base-${TARGETARCH}
README.md
@@ -17,7 +17,7 @@ This image currently includes the following Box64 build variants for the followi
17
18
- Generic [generic]
19
- Raspberry Pi 3 [rpi3]
20
-- Raspberry Pi 4 [rpi4]
+- Raspberry Pi 4 [rpi4-pre3]
21
- Raspberry Pi 5 (4K page size) [rpi5]
22
- Raspberry Pi 5 (16K page size) [rpi5_16k]
23
- M1 (M-Series) Mac [m1]
0 commit comments