Skip to content

Commit 661f410

Browse files
committed
feat: build pg17-oriole qemu artifacts
1 parent 5b1b1f4 commit 661f410

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/qemu-image-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- develop
77
- release/*
8+
- da/pg17-qemu
89
paths:
910
- '.github/workflows/qemu-image-build.yml'
1011
- 'qemu-arm64-nix.pkr.hcl'
@@ -23,10 +24,10 @@ jobs:
2324

2425
- uses: DeterminateSystems/nix-installer-action@main
2526

26-
- name: Set PostgreSQL versions - only builds pg15 atm
27+
- name: Set PostgreSQL versions - only builds pg17 atm
2728
id: set-versions
2829
run: |
29-
VERSIONS=$(nix run nixpkgs#yq -- '.postgres_major[0]' ansible/vars.yml | nix run nixpkgs#jq -- -R -s -c 'split("\n")[:-1]')
30+
VERSIONS=$(nix run nixpkgs#yq -- '.postgres_major[1]' ansible/vars.yml | nix run nixpkgs#jq -- -R -s -c 'split("\n")[:-1]')
3031
echo "postgres_versions=$VERSIONS" >> $GITHUB_OUTPUT
3132
3233
build:

0 commit comments

Comments
 (0)