Skip to content

Commit

Permalink
chore: REVERT this for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
darora committed Feb 5, 2025
1 parent 51507c8 commit aeb0f16
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/qemu-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,10 @@ jobs:
echo "" >> common-nix.vars.pkr.hcl
# TODO (darora): not quite sure why I'm having to uninstall and re-install these deps, but the build fails w/o this
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get remove -y qemu-efi-aarch64 cloud-image-utils qemu-system-arm qemu-utils
sudo apt-get install -y qemu-efi-aarch64 cloud-image-utils qemu-system-arm qemu-utils

- name: Build QEMU artifact
run: |
make init
GIT_SHA=${{github.sha}}
export PACKER_LOG=1
packer build -var "git_sha=${GIT_SHA}" -var-file="common-nix.vars.pkr.hcl" qemu-arm64-nix.pkr.hcl
touch output-cloudimg/packer-cloudimg
- name: Grab release version
id: process_release_version
Expand Down

0 comments on commit aeb0f16

Please sign in to comment.