Skip to content

Commit aeb0f16

Browse files
committed
chore: REVERT this for testing
1 parent 51507c8 commit aeb0f16

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,10 @@ jobs:
7676
echo "" >> common-nix.vars.pkr.hcl
7777
7878
# TODO (darora): not quite sure why I'm having to uninstall and re-install these deps, but the build fails w/o this
79-
- name: Install dependencies
80-
run: |
81-
sudo apt-get update
82-
sudo apt-get remove -y qemu-efi-aarch64 cloud-image-utils qemu-system-arm qemu-utils
83-
sudo apt-get install -y qemu-efi-aarch64 cloud-image-utils qemu-system-arm qemu-utils
8479

8580
- name: Build QEMU artifact
8681
run: |
87-
make init
88-
GIT_SHA=${{github.sha}}
89-
export PACKER_LOG=1
90-
packer build -var "git_sha=${GIT_SHA}" -var-file="common-nix.vars.pkr.hcl" qemu-arm64-nix.pkr.hcl
82+
touch output-cloudimg/packer-cloudimg
9183
9284
- name: Grab release version
9385
id: process_release_version

0 commit comments

Comments
 (0)