mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-10 06:57:26 +00:00
Add GOARM for restic compile failure
Signed-off-by: Ming <mqiu@vmware.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user