Skip to content

Commit

Permalink
add missing GOTOOLCHAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Apr 1, 2024
1 parent 3652d39 commit 738f237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ RUN git clone --filter=tree:0 "${CRI_TOOLS_CLONE_URL}" /cri-tools \
&& cd /cri-tools \
&& git checkout "${CRICTL_VERSION}" \
&& eval "$(gimme "${GO_VERSION}")" \
&& export GOTOOLCHAIN="go${GO_VERSION}" \
&& export GOARCH=$TARGETARCH && export CC=$(target-cc) && export CGO_ENABLED=1 \
&& make BUILD_BIN_PATH=./build crictl \
&& GOARCH=$TARGETARCH go-licenses save --save_path=/_LICENSES ./cmd/crictl
Expand Down

0 comments on commit 738f237

Please sign in to comment.