Skip to content

Commit

Permalink
PMM-12940 use custom docker image for OVF.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Jul 23, 2024
1 parent d2752d5 commit 10e3dcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ deps:
unzip -o ${PACKER_CACHE_DIR}/packer.zip -d ~/bin

pmm-ovf: fetch
/usr/bin/packer build \
-only virtualbox-ovf -color=false packer/pmm.json | tee build.log
/usr/bin/packer build -var 'pmm_server_image_name=${PMM_SERVER_IMAGE}' -only virtualbox-ovf -color=false packer/pmm.json | tee build.log

pmm-digitalocean:
packer build -only digitalocean -var 'single_disk=true' packer/pmm.json
Expand Down

0 comments on commit 10e3dcd

Please sign in to comment.