runnerAnd QEMU
Some checks failed
Build Ubuntu Image / packer-build (push) Failing after 15m16s

This commit is contained in:
martin.cholewa
2025-06-20 12:30:42 +02:00
parent 6efd916318
commit f90c23eb23

View File

@ -18,10 +18,10 @@ jobs:
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
sudo apt-get update && sudo apt-get install -y packer
# - name: Install QEMU
# run: |
# sudo apt-get update
# sudo apt-get install -y qemu-system-x86
- name: Install QEMU
run: |
sudo apt-get update
sudo apt-get install -y qemu-system-x86
- name: Checkout repo
uses: actions/checkout@v3