Skip to content

Commit

Permalink
Merge pull request #195 from tedsteen/fix-arch
Browse files Browse the repository at this point in the history
Include arm64 in github_actions_architecture_map to support ARM Mac installations
  • Loading branch information
MonolithProjects authored Feb 19, 2024
2 parents 7881de1 + f11f9c3 commit c3ffd05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ github_actions_architecture_map:
x86_64: x64
armv7l: arm
aarch64: arm64
arm64: arm64
github_actions_architecture: "{{ github_actions_architecture_map[ansible_facts.architecture] }}"

0 comments on commit c3ffd05

Please sign in to comment.