Skip to content

Commit cb61848

Browse files
authored
fix(ci): supabase-admin-agent naming (#1715)
1 parent 8526618 commit cb61848

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ansible/manifest-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
- name: supabase-admin-agent - pack archive
7777
shell: |
78-
cd /tmp && tar -cJf supabase-admin-agent-{{ supabase_admin_agent_release }}-arm64.tar.xz supabase-admin-agent
78+
cd /tmp && tar -cJf supabase-admin-agent-{{ supabase_admin_agent_release }}-arm64.tar.xz supabase-admin-agent-{{ supabase_admin_agent_release }}-linux-arm64
7979
8080
- name: upload archives
8181
shell: |

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.5.1.004-orioledb"
13-
postgres17: "17.4.1.061"
14-
postgres15: "15.8.1.118"
12+
postgresorioledb-17: "17.5.1.005-orioledb"
13+
postgres17: "17.4.1.062"
14+
postgres15: "15.8.1.119"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)