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 44f8563 commit b245fc2Copy full SHA for b245fc2
.github/workflows/qemu-image-build.yml
@@ -74,6 +74,7 @@ jobs:
74
- name: Generate common-nix.vars.pkr.hcl
75
run: |
76
curl -L https://github.com/mikefarah/yq/releases/download/v4.45.1/yq_linux_arm64 -o yq
77
+ chmod +x yq
78
PG_VERSION=$(./yq '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
79
PG_VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
80
echo 'postgres-version = "'$PG_VERSION'"' > common-nix.vars.pkr.hcl
0 commit comments