Skip to content

Commit

Permalink
podvm: fix podvm packaer image build
Browse files Browse the repository at this point in the history
- install qemu plugin after packer 1.10.0-1

fixes #1616

Signed-off-by: Da Li Liu <liudali@cn.ibm.com>
  • Loading branch information
Da Li Liu committed Dec 6, 2023
1 parent 768e795 commit 9821dad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions podvm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ $(IMAGE_FILE): $(BINARIES) $(FILES) setopts
if [ "${SE_BOOT}" = "1" ] && [ "${ARCH}" = "s390x" ]; then \
qemu-img create -f qcow2 "se-${IMAGE_FILE}" 100G; \
fi
packer plugins install github.com/hashicorp/qemu
packer build ${PACKER_DEFAULT_OPTS} ${OPTS} qcow2/$(PODVM_DISTRO)
rm -fr toupload
rm -f cloud-init.img
Expand Down

0 comments on commit 9821dad

Please sign in to comment.