Skip to content

Commit 8c13a58

Browse files
committed
chore: cut staging only release for oriole16
1 parent 6336dba commit 8c13a58

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ami-release-nix.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: Release AMI Nix
33
on:
44
push:
55
branches:
6-
- develop
7-
- release/*
6+
#- develop
7+
#- release/*
8+
- sam/oriole16
89
paths:
910
- '.github/workflows/ami-release-nix.yml'
1011
- 'common-nix.vars.pkr.hcl'

ansible/vars.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@ supabase_internal: true
22
ebssurrogate_mode: true
33
async_mode: true
44

5-
# postgresql_major: "15"
6-
# postgresql_release: "15.1"
7-
# postgresql_release_checksum: sha256:ea2cf059a85882654b989acd07edc121833164a30340faee0d3615cf7058e66c
85
postgres_major:
96
- "15"
107
- "16"
8+
- "oriole-16"
119

1210
# Full version strings for each major version
1311
postgres_release:
1412
postgres15: "15.8.1.003-staging-5"
1513
postgres16: "16.3.1.000-staging-5"
14+
postgresoriole-16: "oriole-16.3.1.000-staging-1"
1615

1716
# Non Postgres Extensions
1817
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)