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 109b062 commit 792223eCopy full SHA for 792223e
.github/workflows/qemu-image-build.yml
@@ -91,7 +91,7 @@ jobs:
91
make init
92
GIT_SHA=${{github.sha}}
93
export PACKER_LOG=1
94
- sudo nix run github:supabase/postgres/${GIT_SHA}#packer -- build -var "git_sha=${GIT_SHA}" -var-file="common-nix.vars.pkr.hcl" qemu-arm64-nix.pkr.hcl
+ packer build -var "git_sha=${GIT_SHA}" -var-file="common-nix.vars.pkr.hcl" qemu-arm64-nix.pkr.hcl
95
96
- name: Grab release version
97
id: process_release_version
0 commit comments