Skip to content

Commit

Permalink
ci: install qemu plugin for packer
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Dec 10, 2023
1 parent 7d950ba commit 81a96c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/amd64/packer.build.amd64-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if ! packer version 2>/dev/null; then
sudo apt-get update
echo -e "\nInstalling packer..."
sudo apt-get install -y packer
packer plugins install github.com/hashicorp/qemu
else
echo "# Packer is installed"
fi
Expand Down

0 comments on commit 81a96c8

Please sign in to comment.