File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
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://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"
43
+ url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
45
44
dest : /tmp/postgrest-{{ postgrest_release }}-arm64.tar.xz
46
45
checksum : " {{ postgrest_arm_release_checksum }}"
47
46
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://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"
20
+ url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
22
21
dest : /tmp/postgrest.tar.xz
23
22
checksum : " {{ postgrest_arm_release_checksum }}"
24
23
timeout : 60
25
24
when : platform == "arm64"
26
25
27
26
- name : PostgREST - download ubuntu binary archive (x86)
28
27
get_url :
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"
28
+ url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-linux-static-x64.tar.xz"
31
29
dest : /tmp/postgrest.tar.xz
32
30
checksum : " {{ postgrest_x86_release_checksum }}"
33
31
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-listeners-alpha "
15
- postgrest_arm_release_checksum : sha1:a61633a4118eaefd5351ad236744fd84fbb7886e
16
- postgrest_x86_release_checksum : sha1:d57eecdf732b7fd2a38889b35f1ed484a719d003
14
+ postgrest_release : " 12.0.2"
15
+ postgrest_arm_release_checksum : sha1:a08eaa2af548d44b4c8ea61b0223fb7019f5c768
16
+ postgrest_x86_release_checksum : sha1:40f65ded06b9de6567fbe2cd7a317196e22dd595
17
17
18
18
gotrue_release : 2.154.1
19
19
gotrue_release_checksum : sha1:c03ffd0831f392ec6715021bd7b876903a5d0fee
You can’t perform that action at this time.
0 commit comments