We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1b1f4 commit 661f410Copy full SHA for 661f410
.github/workflows/qemu-image-build.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- develop
7
- release/*
8
+ - da/pg17-qemu
9
paths:
10
- '.github/workflows/qemu-image-build.yml'
11
- 'qemu-arm64-nix.pkr.hcl'
@@ -23,10 +24,10 @@ jobs:
23
24
25
- uses: DeterminateSystems/nix-installer-action@main
26
- - name: Set PostgreSQL versions - only builds pg15 atm
27
+ - name: Set PostgreSQL versions - only builds pg17 atm
28
id: set-versions
29
run: |
- 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]')
31
echo "postgres_versions=$VERSIONS" >> $GITHUB_OUTPUT
32
33
build:
0 commit comments