Skip to content

Commit 792223e

Browse files
committed
chore: revert qemu workflow/do not change packer handling there
1 parent 109b062 commit 792223e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
make init
9292
GIT_SHA=${{github.sha}}
9393
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
94+
packer build -var "git_sha=${GIT_SHA}" -var-file="common-nix.vars.pkr.hcl" qemu-arm64-nix.pkr.hcl
9595
9696
- name: Grab release version
9797
id: process_release_version

0 commit comments

Comments
 (0)