Skip to content

Commit 0bde413

Browse files
committed
fix: correct url here too
1 parent 5d532f0 commit 0bde413

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ansible/manifest-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
- name: PostgREST - download ubuntu binary archive (arm)
2626
get_url:
27-
url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-20.04-aarch64.tar.xz"
27+
url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
2828
dest: /tmp/postgrest-{{ postgrest_release }}-arm64.tar.xz
2929
checksum: "{{ postgrest_arm_release_checksum }}"
3030
timeout: 60

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.5.1.007-orioledb-rc-3"
13-
postgres17: "17.4.1.067-rc-3"
14-
postgres15: "15.8.1.127-rc-3"
12+
postgresorioledb-17: "17.5.1.007-orioledb-rc-4"
13+
postgres17: "17.4.1.067-rc-4"
14+
postgres15: "15.8.1.127-rc-4"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)