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 e423ffc commit 08e6311Copy full SHA for 08e6311
.github/workflows/qemu-image-build.yml
@@ -73,7 +73,7 @@ jobs:
73
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 && sudo mv yq /usr/local/bin
+ curl -L https://github.com/mikefarah/yq/releases/download/v4.45.1/yq_linux_arm64 -o yq && mv yq /home/runner/.local/bin/
77
PG_VERSION=$(yq '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
78
PG_VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
79
echo 'postgres-version = "'$PG_VERSION'"' > common-nix.vars.pkr.hcl
0 commit comments