We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 614fac2 + c7dab6e commit 827abf1Copy full SHA for 827abf1
1 file changed
bootstrap-salt.sh
@@ -1439,8 +1439,8 @@ __check_dpkg_architecture() {
1439
warn_msg="Support for arm64 is experimental, make sure the custom repository used has the expected structure and contents."
1440
else
1441
# Saltstack official repository does not yet have arm64 metadata,
1442
- # use amd64 repositories on arm64, since all pkgs are arch-independent
1443
- __REPO_ARCH="amd64"
+ # use arm64 repositories on arm64, since all pkgs are arch-independent
+ __REPO_ARCH="arm64"
1444
__REPO_ARCH_DEB="deb [signed-by=/usr/share/keyrings/salt-archive-keyring.gpg arch=$__REPO_ARCH]"
1445
warn_msg="Support for arm64 packages is experimental and might rely on architecture-independent packages from the amd64 repository."
1446
fi
0 commit comments