saltstack/salt-bootstrap

Cannot install on Alma Linux 9 on aarch64 (AWS m6g)

Opened this issue · 1 comments

Description of Issue/Question

    amazon-ebs.xxx:  *  INFO: System Information:
    amazon-ebs.xxx:  *  INFO:   CPU:
    amazon-ebs.xxx:  *  INFO:   CPU Arch:     aarch64
    amazon-ebs.xxx:  *  INFO:   OS Name:      Linux
    amazon-ebs.xxx:  *  INFO:   OS Version:   5.14.0-284.18.1.el9_2.aarch64
    amazon-ebs.xxx:  *  INFO:   Distribution: AlmaLinux 9.3

This should result in arm64 RedHat 9 but results in aarch64 passing through and it hits a 404 on the key.

* ERROR: https://repo.saltproject.io/salt/py3/redhat/9/aarch64/minor/3006.4/SALT-PROJECT-GPG-PUBKEY-2023.pub failed to download to /tmp/salt-gpg-5wMh4Y2a.pub

Setup

N/A

Steps to Reproduce Issue

Launch Alma Linux 9 on Amazon Linux m6g instance, which reports aarch64 when you call uname -m

*  INFO: Command line: '/srv/salt/bootstrap-salt.sh -x python3 stable 3006.4'

Versions and Systems

*  INFO: Running version: 2023.11.07

Looks like it uses $basearch and the repositories only have arm64 but even $basearch is aarch64 so it looks like some missing support here?