fix a warning during make container

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
pull/8338/head
Lyndon-Li 2024-10-23 15:39:45 +08:00
parent a9b5dbc0fa
commit fa7fca8d3d
1 changed files with 1 additions and 0 deletions

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