Skip to content

Commit

Permalink
Make gh work on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
qhdwight committed Sep 21, 2023
1 parent f80c745 commit 3c7b9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/dev/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- name: GitHub APT List
become: True
apt_repository:
repo: deb [arch=amd64 signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main
repo: deb [signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main
filename: github-cli

- name: Add VSCode APT Key
Expand Down

0 comments on commit 3c7b9ca

Please sign in to comment.