Skip to content

Commit 827abf1

Browse files
Merge pull request #1867 from saltstack/fixing_debian_arm64_repo_arch
Ensure the REPO_ARCH for Arm64 is correct.
2 parents 614fac2 + c7dab6e commit 827abf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bootstrap-salt.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,8 +1439,8 @@ __check_dpkg_architecture() {
14391439
warn_msg="Support for arm64 is experimental, make sure the custom repository used has the expected structure and contents."
14401440
else
14411441
# 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"
1442+
# use arm64 repositories on arm64, since all pkgs are arch-independent
1443+
__REPO_ARCH="arm64"
14441444
__REPO_ARCH_DEB="deb [signed-by=/usr/share/keyrings/salt-archive-keyring.gpg arch=$__REPO_ARCH]"
14451445
warn_msg="Support for arm64 packages is experimental and might rely on architecture-independent packages from the amd64 repository."
14461446
fi

0 commit comments

Comments
 (0)