mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-03 03:29:58 +03:00
Merge pull request #91 from Shadowghost/speedup-docker
Use native arch to run server build for Docker
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user