File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
99
1010# Full version strings for each major version
1111postgres_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
1717pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments