Skip to content

Commit

Permalink
fix label for target plat
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio committed Oct 23, 2023
1 parent 87d6d37 commit c1eb4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit c1eb4c2

Please sign in to comment.