vm.mk: vagrant available for i586, x86_64 only

This commit is contained in:
Anton Midyukov 2020-08-26 22:30:24 +07:00
parent 55f4227dc5
commit a2122b6943

View File

@ -52,7 +52,9 @@ vm/icewm-setup: vm/.desktop-bare mixin/icewm use/oem use/x11-autostart
@$(call add,THE_LISTS,$(call tags,base l10n))
# some arbitrary gigabyte
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
vm/vagrant-base: vm/net use/vagrant
@$(call set,VM_SIZE,10737418240)
endif
endif