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 b041679 commit 4464828Copy full SHA for 4464828
ansible/tasks/setup-postgrest.yml
@@ -56,7 +56,7 @@
56
57
- name: PostgREST - download ubuntu binary archive (x86)
58
get_url:
59
- url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-linux-static-x64.tar.xz"
+ url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-linux-static-x86-64.tar.xz"
60
dest: /tmp/postgrest.tar.xz
61
checksum: "{{ postgrest_x86_release_checksum }}"
62
timeout: 60
0 commit comments