Merge pull request #8338 from Lyndon-Li/fix-make-container-warning

Fix a warning during make container
This commit is contained in:
lyndon-li
2024-10-23 16:02:47 +08:00
committed by GitHub
+1
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