fix a warning during make container

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
Lyndon-Li
2024-10-23 15:39:45 +08:00
parent a9b5dbc0fa
commit fa7fca8d3d

View File

@@ -49,6 +49,7 @@ RUN mkdir -p /output/usr/bin && \
# Restic binary build section
FROM --platform=$BUILDPLATFORM golang:1.22-bookworm AS restic-builder
ARG GOPROXY
ARG BIN
ARG TARGETOS
ARG TARGETARCH