[arm64] fix update functions to support arm64 (#15290)

oops forgot about a few update functions
This commit is contained in:
Sam Heinz
2026-06-22 23:35:14 +10:00
committed by GitHub
parent 826311c0d6
commit 6545c0b731
51 changed files with 71 additions and 68 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ function update_script() {
msg_ok "Updated step-ca and step-cli"
if check_for_gh_release "step-badger" "lukasz-lobocki/step-badger"; then
fetch_and_deploy_gh_release "step-badger" "lukasz-lobocki/step-badger" "prebuild" "latest" "/opt/step-badger" "step-badger_Linux_x86_64.tar.gz"
fetch_and_deploy_gh_release "step-badger" "lukasz-lobocki/step-badger" "prebuild" "latest" "/opt/step-badger" "step-badger_Linux_$(arch_resolve "x86_64" "arm64").tar.gz"
msg_ok "Updated step-badger"
fi
exit