-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
Hello,
I executed make build-windows-2022-libvirt, and it got this error:
➜ windows-vagrant git:(master) make build-windows-2022-libvirt
./provision-drivers.sh
mkdir -p "$(dirname tmp/windows-2022/autounattend.xml)"
cp -f windows-2022/autounattend.xml tmp/windows-2022/autounattend.xml
if [ -n '' ]; then \
sed -E 's,<!--<Key>.+</Key>-->,<Key></Key>,g' -i tmp/windows-2022/autounattend.xml; \
fi
rm -f windows-2022-amd64-libvirt.box
CHECKPOINT_DISABLE=1 PACKER_LOG=1 PACKER_LOG_PATH=windows-2022-amd64-libvirt-packer-init.log \
packer init windows-2022.pkr.hcl
Failed getting the "github.com/hashicorp/qemu" plugin:
2 errors occurred:
* could not get sha256 checksum file for github.com/hashicorp/qemu version 1.1.4. Is the file present on the release and correctly named ? GET https://github.com/hashicorp/packer-plugin-qemu/releases/download/v1.1.4/packer-plugin-qemu_v1.1.4_SHA256SUMS: 404 []
* could not install any compatible version of plugin "github.com/hashicorp/qemu"
Failed getting the "github.com/hashicorp/vagrant" plugin:
2 errors occurred:
* could not get sha256 checksum file for github.com/hashicorp/vagrant version 1.1.6. Is the file present on the release and correctly named ? GET https://github.com/hashicorp/packer-plugin-vagrant/releases/download/v1.1.6/packer-plugin-vagrant_v1.1.6_SHA256SUMS: 404 []
* could not install any compatible version of plugin "github.com/hashicorp/vagrant"
make: *** [Makefile:85: windows-2022-amd64-libvirt.box] Error 1
rm tmp/windows-2022/autounattend.xml
I'm using latest commit: c7eb973
Metadata
Metadata
Assignees
Labels
No labels