We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687757e commit ea84adfCopy full SHA for ea84adf
build/Makefile
@@ -22,12 +22,12 @@ deps:
22
23
pmm-ovf: fetch
24
/usr/bin/packer build \
25
- -only virtualbox-ovf -color=false packer/pmm.el9.json | tee build.log
+ -only virtualbox-ovf -color=false packer/pmm.json | tee build.log
26
27
# NOTE: no difference between rc and dev-latest (i.e. pmm-ovf) ATM
28
pmm-ovf-rc: fetch
29
30
31
32
pmm-digitalocean:
33
packer build -only digitalocean -var 'single_disk=true' packer/pmm.json
build/packer/pmm.el9.json
0 commit comments