Skip to content

Commit

Permalink
Add GOARM for restic compile failure
Browse files Browse the repository at this point in the history
Signed-off-by: Ming <[email protected]>
  • Loading branch information
qiuming-best committed Dec 19, 2022
1 parent 1a0f640 commit 3633bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3633bb4

Please sign in to comment.