From df45725ae47230a6edb2c353bb934d141ec2a03f Mon Sep 17 00:00:00 2001 From: Div Arora Date: Sat, 22 Mar 2025 09:42:51 +0800 Subject: [PATCH] feat: build pg17-oriole qemu artifacts --- .github/workflows/qemu-image-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qemu-image-build.yml b/.github/workflows/qemu-image-build.yml index 464ee01fe..373026425 100644 --- a/.github/workflows/qemu-image-build.yml +++ b/.github/workflows/qemu-image-build.yml @@ -23,10 +23,10 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main - - name: Set PostgreSQL versions - only builds pg15 atm + - name: Set PostgreSQL versions - only builds pg17 atm id: set-versions run: | - VERSIONS=$(nix run nixpkgs#yq -- '.postgres_major[0]' ansible/vars.yml | nix run nixpkgs#jq -- -R -s -c 'split("\n")[:-1]') + VERSIONS=$(nix run nixpkgs#yq -- '.postgres_major[1]' ansible/vars.yml | nix run nixpkgs#jq -- -R -s -c 'split("\n")[:-1]') echo "postgres_versions=$VERSIONS" >> $GITHUB_OUTPUT build: