Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ZIP="$BIN_FOLDER/7zz"
mkdir -p $BIN_FOLDER $TMP_FOLDER

if [ ! -f "$ZIP" ]; then
build::common::echo_and_run curl -L https://www.7-zip.org/a/7z2406-linux-$([ "x86_64" = "$(uname -m)" ] && echo x64 || echo arm64).tar.xz | tar -xJ -C $BIN_FOLDER 7zz
build::common::echo_and_run curl -L https://www.7-zip.org/a/7z2600-linux-$([ "x86_64" = "$(uname -m)" ] && echo x64 || echo arm64).tar.xz | tar -xJ -C $BIN_FOLDER 7zz
fi

EXPECTED_VERSION="$(jq -r '.kubernetes_semver' $KUBERNETES_PACKER_CONFIG)"
Expand Down