We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478fda5 commit 72d704cCopy full SHA for 72d704c
1 file changed
scripts/learn_tools_shas.sh
@@ -52,6 +52,8 @@ for os_arch in linux/amd64 linux/arm64 darwin/amd64 darwin/arm64; do
52
53
# Download the tools
54
make -j \
55
+ DOWNLOAD_DIR="${tmp_dir}/_bin/learn/download" \
56
+ GOVENDOR_DIR="${tmp_dir}/_bin/learn/govendor" \
57
HOST_OS="${os}" \
58
HOST_ARCH="${arch}" \
59
LEARN_FILE="${learn_file}" \
0 commit comments