File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
projects/kubernetes-sigs/image-builder/build Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ TAR=$(build::find::gnu_variant_on_mac tar)
3737mkdir -p $BIN_FOLDER $TMP_FOLDER
3838
3939if [ ! -f " $ZIP " ]; then
40- build::common::echo_and_run curl -L https://www.7-zip.org/a/7z2406 -$( [ " Darwin" = " $( uname -s) " ] && echo mac || echo linux) $( [ " Linux" = " $( uname -s) " ] && ([ " x86_64" = " $( uname -m) " ] && echo -x64 || echo -arm64)) .tar.xz | $TAR -xJ -C $BIN_FOLDER 7zz
40+ build::common::echo_and_run curl -L https://www.7-zip.org/a/7z2600 -$( [ " Darwin" = " $( uname -s) " ] && echo mac || echo linux) $( [ " Linux" = " $( uname -s) " ] && ([ " x86_64" = " $( uname -m) " ] && echo -x64 || echo -arm64)) .tar.xz | $TAR -xJ -C $BIN_FOLDER 7zz
4141fi
4242
4343VMDK=" $( $TAR --wildcards -tf $OVA_PATH ' *.vmdk' ) "
You can’t perform that action at this time.
0 commit comments