Merge pull request #2005 from javatask/patch-1

Update bootstrap-salt.sh
This commit is contained in:
David Murphy 2024-07-15 14:03:07 -06:00 committed by GitHub
commit 93e7841e4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1389,6 +1389,7 @@ __check_dpkg_architecture() {
;;
"arm64")
# Saltstack official repository has full arm64 support since 3006
error_msg=""
__REPO_ARCH="arm64"
__REPO_ARCH_DEB="deb [signed-by=/usr/share/keyrings/salt-archive-keyring.gpg arch=$__REPO_ARCH]"
;;