8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93c447 commit 39cbf66Copy full SHA for 39cbf66
ansible/manifest-playbook.yml
@@ -63,7 +63,7 @@
63
64
- name: Download admin-mgr archive
65
get_url:
66
- url: "https://supabase-public-artifacts-bucket.s3.amazonaws.com/admin-mgr/v{{ adminmgr_release }}/admin-mgr_{{ adminmgr_release }}_linux_{{ arch }}.tar.gz"
+ url: "https://supabase-public-artifacts-bucket.s3.amazonaws.com/admin-mgr/v{{ adminmgr_release }}/admin-mgr_{{ adminmgr_release }}_linux_arm64.tar.gz"
67
dest: "/tmp/admin-mgr.tar.gz"
68
timeout: 90
69
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.1.0.120"
+postgres-version = "15.1.0.121"
0 commit comments