Skip to content

Commit

Permalink
Support multi arch
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Jan 28, 2024
1 parent a152a0a commit 967780f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

- name: Download restic
ansible.builtin.get_url:
url: "https://github.com/restic/restic/releases/download/v{{ restic_version }}/restic_{{ restic_version }}_linux_amd64.bz2"
url: "https://github.com/restic/restic/releases/download/v{{ restic_version }}/restic_{{ restic_version }}_linux_{{ ansible_architecture }}.bz2"
dest: "/tmp/restic_{{ restic_version }}_linux_amd64.bz2"

- name: Extract restic
Expand Down

0 comments on commit 967780f

Please sign in to comment.