Skip to content

Commit

Permalink
Merge pull request #5707 from qiuming-best/release-1.9
Browse files Browse the repository at this point in the history
Add GOARM for restic compile failure
  • Loading branch information
qiuming-best authored Dec 19, 2022
2 parents 1a0f640 + 3633bb4 commit 2b5281f
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 2b5281f

Please sign in to comment.