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 4877903 commit e423ffcCopy full SHA for e423ffc
.github/workflows/qemu-image-build.yml
@@ -82,6 +82,13 @@ jobs:
82
# Ensure there's a newline at the end of the file
83
echo "" >> common-nix.vars.pkr.hcl
84
85
+
86
+ - name: Install dependencies
87
+ run: |
88
+ sudo apt-get update
89
+ sudo apt-get remove -y qemu-efi-aarch64 cloud-image-utils qemu-system-arm qemu-utils
90
+ sudo apt-get install -y qemu-efi-aarch64 cloud-image-utils qemu-system-arm qemu-utils
91
92
- name: Build QEMU artifact
93
run: |
94
make init
0 commit comments