Merge pull request #5707 from qiuming-best/release-1.9

Add GOARM for restic compile failure
pull/5761/head v1.9.5
qiuming 2022-12-19 17:12:25 +08:00 committed by GitHub
commit 2b5281f38a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ ARG GOLANG_VERSION=1.19.4-bullseye
FROM --platform=$BUILDPLATFORM builder-env as restic-builder
RUN mkdir -p /output/usr/bin && \
export GOARM=$( echo "${GOARM}" | cut -c2-) && \
bash /go/src/github.com/vmware-tanzu/velero/hack/build-restic.sh
# Velero image packing section