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 61c75e3 commit b7f1ed1Copy full SHA for b7f1ed1
.github/workflows/qemu-image-build.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Set PostgreSQL versions - only builds pg17 atm
31
id: set-versions
32
run: |
33
- VERSIONS=$(nix run nixpkgs#yq -- '.postgres_major[2]' ansible/vars.yml | nix run nixpkgs#jq -- -R -s -c 'split("\n")[:-1]')
+ VERSIONS=$(nix run nixpkgs#yq -- '.postgres_major[1,2]' ansible/vars.yml | nix run nixpkgs#jq -- -R -s -c 'split("\n")[:-1]')
34
echo "postgres_versions=$VERSIONS" >> $GITHUB_OUTPUT
35
36
build:
0 commit comments