Skip to content

Commit b245fc2

Browse files
committed
.
1 parent 44f8563 commit b245fc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/qemu-image-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- name: Generate common-nix.vars.pkr.hcl
7575
run: |
7676
curl -L https://github.com/mikefarah/yq/releases/download/v4.45.1/yq_linux_arm64 -o yq
77+
chmod +x yq
7778
PG_VERSION=$(./yq '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
7879
PG_VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
7980
echo 'postgres-version = "'$PG_VERSION'"' > common-nix.vars.pkr.hcl

0 commit comments

Comments
 (0)