From 304c36d648a91e948f9e8354c5ceeff053aa77d3 Mon Sep 17 00:00:00 2001 From: tcely Date: Fri, 22 Nov 2024 12:55:21 -0500 Subject: [PATCH] Remove value from TARGETARCH This should be set by the build system. I had stuck that value in while testing from the command line. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad5946bf..32314ed6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm-slim -ARG TARGETARCH=amd64 +ARG TARGETARCH ARG TARGETPLATFORM ARG S6_VERSION="3.2.0.0"