From aa88abad82febf4e571f31cc3f4f24d3f51da14a Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Sat, 16 Dec 2023 16:39:17 +0000 Subject: [PATCH] fix: TARGETARCH arg needs to be specified --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 38bb328..a369555 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ FROM curlimages/curl AS download ARG CNPG_TAG ARG PGVECTORS_TAG +ARG TARGETARCH WORKDIR /download RUN pg_major=$(echo $CNPG_TAG | cut -d'.' -f1) \