Skip to content

Commit 3fd281a

Browse files
committed
build: remove --platform=linux/amd64 so the image builds natively on any architecture
1 parent 8e33903 commit 3fd281a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# build LDMud 3.6.8 on Debian 12 (bookworm)
33
# #### #### #### #### #### #### #### #### #### #### #### #### ####
44

5-
FROM --platform=linux/amd64 debian:bookworm-slim
5+
FROM debian:bookworm-slim
66

77
LABEL org.opencontainers.image.source="https://github.com/maldorne/ldmud"
88

0 commit comments

Comments
 (0)