File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 vars :
88 arch : " {{ arch | default('arm64') }}"
9- arch_alt : " {{ 'aarch64' if arch == 'arm64' else 'x86_64 ' }}"
9+ postgrest_binary : " {{ 'ubuntu- aarch64' if arch == 'arm64' else 'linux-static-x86-64 ' }}"
1010 gotrue_arch : " {{ 'arm64' if arch == 'arm64' else 'x86' }}"
1111 gotrue_checksum : " {{ gotrue_arm_release_checksum if arch == 'arm64' else gotrue_x86_release_checksum }}"
1212 postgrest_checksum : " {{ postgrest_arm_release_checksum if arch == 'arm64' else postgrest_x86_release_checksum }}"
3131
3232 - name : PostgREST - download ubuntu binary archive (arm)
3333 get_url :
34- url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu- {{ arch_alt }}.tar.xz"
34+ url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-{{ postgrest_binary }}.tar.xz"
3535 dest : /tmp/postgrest-{{ postgrest_release }}-{{ arch }}.tar.xz
3636 checksum : " {{ postgrest_checksum }}"
3737 timeout : 60
You can’t perform that action at this time.
0 commit comments