Use native arch to run server build

This commit is contained in:
Shadowghost
2025-09-28 07:48:09 +02:00
parent a55cf7c0fc
commit 9effddde8f

View File

@@ -72,7 +72,7 @@ RUN npm ci --no-audit --unsafe-perm \
#
# Build the server artifacts
#
FROM --platform=linux/${TARGET_ARCH} ${IMAGE_ARCH}/debian:${OS_VERSION}-slim AS server
FROM debian:${OS_VERSION}-slim AS server
ARG DOTNET_ARCH
ARG DOTNET_VERSION