From 025551cae836f40c12a8ec0884aed0c3b6889225 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Thu, 17 Apr 2025 13:59:06 +0200 Subject: [PATCH] fix docker --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 389d459..71746d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ FROM scratch ARG TARGETARCH -ARG ARCH=$(if [ "$TARGETARCH" -eq "linux/arm64" ]; then echo "aarch64"; else echo "x86_64"; fi) -COPY ./os-${ARCH}/ / +COPY ./os-${TARGETARCH}/ / CMD ["/bin/sh"] \ No newline at end of file