File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ name: Release AMI Nix
33on :
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'
Original file line number Diff line number Diff line change @@ -2,17 +2,16 @@ supabase_internal: true
22ebssurrogate_mode : true
33async_mode : true
44
5- # postgresql_major: "15"
6- # postgresql_release: "15.1"
7- # postgresql_release_checksum: sha256:ea2cf059a85882654b989acd07edc121833164a30340faee0d3615cf7058e66c
85postgres_major :
96 - " 15"
107 - " 16"
8+ - " oriole-16"
119
1210# Full version strings for each major version
1311postgres_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
1817pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments