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 5
5
branches :
6
6
- develop
7
7
- release/*
8
+ - da/fix-qemu-build
8
9
paths :
9
10
- ' .github/workflows/qemu-image-build.yml'
10
11
- ' qemu-arm64-nix.pkr.hcl'
26
27
- name : Set PostgreSQL versions - only builds pg17 atm
27
28
id : set-versions
28
29
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]')
30
31
echo "postgres_versions=$VERSIONS" >> $GITHUB_OUTPUT
31
32
32
33
build :
Original file line number Diff line number Diff line change 255
255
LOCALE_ARCHIVE : /usr/lib/locale/locale-archive
256
256
vars :
257
257
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)
259
259
260
260
- name : copy PG systemd unit
261
261
template :
You can’t perform that action at this time.
0 commit comments