Skip to content

Commit fa7e4e6

Browse files
committed
fix: url of postgrest download
1 parent bd62f34 commit fa7e4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/setup-postgrest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
4949
- name: PostgREST - download ubuntu binary archive (arm)
5050
get_url:
51-
url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-20.04-aarch64.tar.xz"
51+
url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-aarch64.tar.xz"
5252
dest: /tmp/postgrest.tar.xz
5353
checksum: "{{ postgrest_arm_release_checksum }}"
5454
timeout: 60

0 commit comments

Comments
 (0)