We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8af360 commit 69ce348Copy full SHA for 69ce348
ansible/manifest-playbook.yml
@@ -24,7 +24,7 @@
24
25
- name: PostgREST - download ubuntu binary archive (arm)
26
get_url:
27
- url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-20.04-aarch64.tar.xz"
+ url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
28
dest: /tmp/postgrest-{{ postgrest_release }}-arm64.tar.xz
29
checksum: "{{ postgrest_arm_release_checksum }}"
30
timeout: 60
0 commit comments