We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SaltStack produces ARM64 builds, but salt-formula hard-codes amd64 into the pkgrepo path.
pkgrepo
Ubuntu: pkgrepo: 'deb [signed-by=/usr/share/keyrings/salt-archive-keyring.gpg arch=amd64] {{ salt_repo }}/{{ py_ver_repr or 'apt' }}/{{ os_lower }}/{{ osrelease }}/amd64/{{ salt_release }} {{ oscodename }} main' pkgrepo_keyring: '{{ salt_repo }}/{{ py_ver_repr or 'apt' }}/{{ os_lower }}/{{ osrelease }}/amd64/{{ salt_release }}/salt-archive-keyring.gpg'
The text was updated successfully, but these errors were encountered:
This is still impacting arm64 installs. Confirmed at work and at home.
Sorry, something went wrong.
No branches or pull requests
SaltStack produces ARM64 builds, but salt-formula hard-codes amd64 into the
pkgrepo
path.The text was updated successfully, but these errors were encountered: