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

@ -17,6 +17,11 @@ jobs:
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
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