File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - develop
77 - release/*
8+ - da/fix-qemu-build
89 paths :
910 - ' .github/workflows/qemu-image-build.yml'
1011 - ' qemu-arm64-nix.pkr.hcl'
2627 - name : Set PostgreSQL versions - only builds pg17 atm
2728 id : set-versions
2829 run : |
29- VERSIONS=$(nix run nixpkgs#yq -- '.postgres_major[1 ]' ansible/vars.yml | nix run nixpkgs#jq -- -R -s -c 'split("\n")[:-1]')
30+ VERSIONS=$(nix run nixpkgs#yq -- '.postgres_major[2 ]' ansible/vars.yml | nix run nixpkgs#jq -- -R -s -c 'split("\n")[:-1]')
3031 echo "postgres_versions=$VERSIONS" >> $GITHUB_OUTPUT
3132
3233 build :
Original file line number Diff line number Diff line change 255255 LOCALE_ARCHIVE : /usr/lib/locale/locale-archive
256256 vars :
257257 ansible_command_timeout : 60
258- when : stage2_nix and is_psql_oriole or is_psql_17
258+ when : stage2_nix and ( is_psql_oriole or is_psql_17)
259259
260260- name : copy PG systemd unit
261261 template :
You can’t perform that action at this time.
0 commit comments