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 b6e8fe9 commit 7a76442Copy full SHA for 7a76442
ansible/tasks/setup-postgrest.yml
@@ -48,7 +48,7 @@
48
49
- name: PostgREST - download ubuntu binary archive (arm)
50
get_url:
51
- url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-aarch64.tar.xz"
+ url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
52
dest: /tmp/postgrest.tar.xz
53
checksum: "{{ postgrest_arm_release_checksum }}"
54
timeout: 60
0 commit comments