Skip to content

Commit 82f376c

Browse files
authored
Merge pull request #77 from feserr/main
Update steamcmd-arm64 image for fixing RPI4.
2 parents 3ef6eba + 94795f2 commit 82f376c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Dockerfile that builds a Core Keeper Gameserver
33
###########################################################
44
FROM cm2network/steamcmd:root AS base-amd64
5-
FROM --platform=arm64 sonroyaalmerol/steamcmd-arm64:root-2024-12-04 AS base-arm64
5+
FROM --platform=arm64 sonroyaalmerol/steamcmd-arm64:root-2024-12-08 AS base-arm64
66

77
ARG TARGETARCH
88
FROM base-${TARGETARCH}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This image currently includes the following Box64 build variants for the followi
1717

1818
- Generic [generic]
1919
- Raspberry Pi 3 [rpi3]
20-
- Raspberry Pi 4 [rpi4]
20+
- Raspberry Pi 4 [rpi4-pre3]
2121
- Raspberry Pi 5 (4K page size) [rpi5]
2222
- Raspberry Pi 5 (16K page size) [rpi5_16k]
2323
- M1 (M-Series) Mac [m1]

0 commit comments

Comments
 (0)