File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 40
40
41
41
- name : PostgREST - download ubuntu binary archive (arm)
42
42
get_url :
43
- url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
43
+ url : " https://supabase-public-artifacts-bucket.s3.amazonaws.com/postgrest/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
44
+ # url: "https://github.com/PostgREST/postgrest/releases/download/{{ postgrest_release }}/postgrest-{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
44
45
dest : /tmp/postgrest-{{ postgrest_release }}-arm64.tar.xz
45
46
checksum : " {{ postgrest_arm_release_checksum }}"
46
47
timeout : 60
Original file line number Diff line number Diff line change 17
17
18
18
- name : PostgREST - download ubuntu binary archive (arm)
19
19
get_url :
20
- url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
20
+ url : " https://supabase-public-artifacts-bucket.s3.amazonaws.com/postgrest/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
21
+ # url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
21
22
dest : /tmp/postgrest.tar.xz
22
23
checksum : " {{ postgrest_arm_release_checksum }}"
23
24
timeout : 60
24
25
when : platform == "arm64"
25
26
26
27
- name : PostgREST - download ubuntu binary archive (x86)
27
28
get_url :
28
- url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-linux-static-x64.tar.xz"
29
+ url : " https://supabase-public-artifacts-bucket.s3.amazonaws.com/postgrest/postgrest-v{{ postgrest_release }}-linux-static-x64.tar.xz"
30
+ # url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-linux-static-x64.tar.xz"
29
31
dest : /tmp/postgrest.tar.xz
30
32
checksum : " {{ postgrest_x86_release_checksum }}"
31
33
timeout : 60
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ pgbouncer_release: "1.19.0"
11
11
pgbouncer_release_checksum : sha256:af0b05e97d0e1fd9ad45fe00ea6d2a934c63075f67f7e2ccef2ca59e3d8ce682
12
12
13
13
# to get these use `wget https://github.com/PostgREST/postgrest/releases/download/v12.0.2/postgrest-v12.0.2-ubuntu-aarch64.tar.xz -q -O- | sha1sum`
14
- postgrest_release : " 12.0.2"
15
- postgrest_arm_release_checksum : sha1:a08eaa2af548d44b4c8ea61b0223fb7019f5c768
16
- postgrest_x86_release_checksum : sha1:40f65ded06b9de6567fbe2cd7a317196e22dd595
14
+ postgrest_release : " 12.0.2-listeners-alpha "
15
+ postgrest_arm_release_checksum : sha1:a61633a4118eaefd5351ad236744fd84fbb7886e
16
+ postgrest_x86_release_checksum : sha1:d57eecdf732b7fd2a38889b35f1ed484a719d003
17
17
18
18
gotrue_release : 2.151.0
19
19
gotrue_release_checksum : sha1:5a43a9879499d85714ba34356f62f5e8063b549d
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.1.1.53 "
1
+ postgres-version = " 15.1.1.54 "
You can’t perform that action at this time.
0 commit comments