quemu
Some checks failed
Build Ubuntu Image / packer-build (push) Failing after 16m33s

This commit is contained in:
martin.cholewa
2025-06-20 11:51:42 +02:00
parent f28ffd7f4b
commit b278cffd35

View File

@ -18,6 +18,11 @@ 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: Checkout repo
uses: actions/checkout@v3