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 6ad5807 commit 09fecceCopy full SHA for 09fecce
.github/workflows/qemu-image-build.yml
@@ -87,6 +87,7 @@ jobs:
87
make init
88
GIT_SHA=${{github.sha}}
89
# TODO (darora): possibly need to install qemu deps here
90
+ export PACKER_LOG=1
91
packer build -var "git_sha=$(UPSTREAM_NIX_GIT_SHA)" -var-file="common-nix.vars.pkr.hcl" qemu-arm64-nix.pkr.hcl
92
# packer build -var "git-head-version=${GIT_SHA}" -var "packer-execution-id=${GITHUB_RUN_ID}" -var-file="development-arm.vars.pkr.hcl" -var-file="common-nix.vars.pkr.hcl" -var "ansible_arguments=-e postgresql_major=${POSTGRES_MAJOR_VERSION}" amazon-arm64-nix.pkr.hcl
93
0 commit comments