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
3
3
on :
4
4
push :
5
5
branches :
6
- - develop
7
- - release/*
6
+ # - develop
7
+ # - release/*
8
+ - sam/oriole16
8
9
paths :
9
10
- ' .github/workflows/ami-release-nix.yml'
10
11
- ' common-nix.vars.pkr.hcl'
Original file line number Diff line number Diff line change @@ -2,17 +2,16 @@ supabase_internal: true
2
2
ebssurrogate_mode : true
3
3
async_mode : true
4
4
5
- # postgresql_major: "15"
6
- # postgresql_release: "15.1"
7
- # postgresql_release_checksum: sha256:ea2cf059a85882654b989acd07edc121833164a30340faee0d3615cf7058e66c
8
5
postgres_major :
9
6
- " 15"
10
7
- " 16"
8
+ - " oriole-16"
11
9
12
10
# Full version strings for each major version
13
11
postgres_release :
14
12
postgres15 : " 15.8.1.003-staging-5"
15
13
postgres16 : " 16.3.1.000-staging-5"
14
+ postgresoriole-16 : " oriole-16.3.1.000-staging-1"
16
15
17
16
# Non Postgres Extensions
18
17
pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments