diff options
author | Kim Hagen <kim@sentrium.io> | 2021-07-07 05:22:28 -0500 |
---|---|---|
committer | Kim Hagen <kim@sentrium.io> | 2021-07-07 05:22:28 -0500 |
commit | 7afee1ae93a9055bb7af168d731ab8666f81ca93 (patch) | |
tree | 403c6de5f38503948093a6d05d04b1dae7e33a03 /Makefile | |
parent | 43f4d5c3cd8838ae87660813abc999f85612a33f (diff) | |
download | vyos-build-7afee1ae93a9055bb7af168d731ab8666f81ca93.tar.gz vyos-build-7afee1ae93a9055bb7af168d731ab8666f81ca93.zip |
T3664: remove vagrant build
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -44,20 +44,6 @@ prepare-package-env: @scripts/pbuilder-config @scripts/pbuilder-setup -.PHONY: vagrant-libvirt -.ONESHELL: -vagrant-libvirt: - @set -e - @scripts/check-vm-build-env - @scripts/build-vagrant-libvirt-box - -.PHONY: hyperv -.ONESHELL: -hyperv: - @set -e - @scripts/check-vm-build-env - @scripts/build-hyperv-image - .PHONY: AWS .ONESHELL: AWS: clean prepare |