File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 24
24
25
25
- name : PostgREST - download ubuntu binary archive (arm)
26
26
get_url :
27
- url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
27
+ url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-20.04- aarch64.tar.xz"
28
28
dest : /tmp/postgrest-{{ postgrest_release }}-arm64.tar.xz
29
29
checksum : " {{ postgrest_arm_release_checksum }}"
30
30
timeout : 60
Original file line number Diff line number Diff line change 48
48
49
49
- name : PostgREST - download ubuntu binary archive (arm)
50
50
get_url :
51
- url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
51
+ url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-20.04- aarch64.tar.xz"
52
52
dest : /tmp/postgrest.tar.xz
53
53
checksum : " {{ postgrest_arm_release_checksum }}"
54
54
timeout : 60
55
55
when : platform == "arm64"
56
56
57
57
- name : PostgREST - download ubuntu binary archive (x86)
58
58
get_url :
59
- url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-linux-static-x64 .tar.xz"
59
+ url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-linux-static-x86-64 .tar.xz"
60
60
dest : /tmp/postgrest.tar.xz
61
61
checksum : " {{ postgrest_x86_release_checksum }}"
62
62
timeout : 60
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ pgbouncer_release: "1.19.0"
18
18
pgbouncer_release_checksum : sha256:af0b05e97d0e1fd9ad45fe00ea6d2a934c63075f67f7e2ccef2ca59e3d8ce682
19
19
20
20
# to get these use
21
- # wget https://github.com/PostgREST/postgrest/releases/download/v12.2.3 /postgrest-v12.2.3 -ubuntu-aarch64.tar.xz -q -O- | sha1sum
22
- # wget https://github.com/PostgREST/postgrest/releases/download/v12.2.3 /postgrest-v12.2.3 -linux-static-x64 .tar.xz -q -O- | sha1sum
23
- postgrest_release : " 12.2.3 "
24
- postgrest_arm_release_checksum : sha1:fbfd6613d711ce1afa25c42d5df8f1b017f396f9
25
- postgrest_x86_release_checksum : sha1:61c513f91a8931be4062587b9d4a18b42acf5c05
21
+ # wget https://github.com/PostgREST/postgrest/releases/download/v12.2.12 /postgrest-v12.2.12 -ubuntu-aarch64.tar.xz -q -O- | sha256sum
22
+ # wget https://github.com/PostgREST/postgrest/releases/download/v12.2.12 /postgrest-v12.2.12 -linux-static-x86-64 .tar.xz -q -O- | sha256sum
23
+ postgrest_release : " 12.2.12 "
24
+ postgrest_arm_release_checksum : sha256:6b2eaa5759329e024df76f79d93f6bb3d87a93de11433acc5d66aa6c96f81f90
25
+ postgrest_x86_release_checksum : sha256:5de4092f1719da3353c40bf96c8dec6913f2254a7cd0b61cc05f233153b557d5
26
26
27
27
gotrue_release : 2.177.0
28
28
gotrue_release_checksum : sha1:664a26237618c4bfb1e33e4f03a540c3cef3e3c8
You can’t perform that action at this time.
0 commit comments