Skip to content

Commit

Permalink
include arm64 in github_actions_architecture_map
Browse files Browse the repository at this point in the history
  • Loading branch information
tedsteen committed Feb 12, 2024
1 parent 7881de1 commit f11f9c3
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 f11f9c3

Please sign in to comment.