Skip to content

Commit

Permalink
Correctly translate architecture name for Debian. (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Feb 8, 2025
1 parent c3bd11e commit 3ad6494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/221-install-architecture.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bugfixes:
- "install role - when used with Debian on ARM architecture, the architecture name is now correctly translated from ``aarch64`` to ``arm64``
(https://github.com/ansible-collections/community.sops/issues/220, https://github.com/ansible-collections/community.sops/pull/221)."
1 change: 1 addition & 0 deletions roles/install/vars/OS-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ _community_sops_install_system_packages_unsigned: []

_community_sops_install_arch_transform:
x86_64: amd64
aarch64: arm64
_community_sops_install_system_package_deb_github: >-
https://github.com/getsops/sops/releases/download/v{{
_community_sops_install_effective_sops_version
Expand Down

0 comments on commit 3ad6494

Please sign in to comment.