From c1eb4c275e61aaca8a0c4dc259404b3e81f1f37f Mon Sep 17 00:00:00 2001 From: Marco Braga Date: Mon, 23 Oct 2023 16:06:23 -0300 Subject: [PATCH] fix label for target plat --- hack/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/Containerfile b/hack/Containerfile index cce8d03..90b6013 100644 --- a/hack/Containerfile +++ b/hack/Containerfile @@ -2,7 +2,7 @@ FROM quay.io/centos/centos:stream9 ARG QUAY_EXPIRATION=1w ARG TARGETARCH=amd64 -ARG TARGETPLATFORM="linux-amd64" +ARG TARGETPLATFORM ARG TARGETOS=linux LABEL quay.expires-after="${QUAY_EXPIRATION}" \ architecture="$TARGETARCH" \