Skip to content

Commit b7f1ed1

Browse files
committed
ci: build pg17 + pg17-oriole for qemu vm
1 parent 61c75e3 commit b7f1ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set PostgreSQL versions - only builds pg17 atm
3131
id: set-versions
3232
run: |
33-
VERSIONS=$(nix run nixpkgs#yq -- '.postgres_major[2]' ansible/vars.yml | nix run nixpkgs#jq -- -R -s -c 'split("\n")[:-1]')
33+
VERSIONS=$(nix run nixpkgs#yq -- '.postgres_major[1,2]' ansible/vars.yml | nix run nixpkgs#jq -- -R -s -c 'split("\n")[:-1]')
3434
echo "postgres_versions=$VERSIONS" >> $GITHUB_OUTPUT
3535
3636
build:

0 commit comments

Comments
 (0)