Skip to content

Commit 7a76442

Browse files
committed
fix: correct URL for release
1 parent b6e8fe9 commit 7a76442

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 }}-aarch64.tar.xz"
51+
url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
5252
dest: /tmp/postgrest.tar.xz
5353
checksum: "{{ postgrest_arm_release_checksum }}"
5454
timeout: 60

0 commit comments

Comments
 (0)