Commit b82ec6c0 authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

basealt.mk: Add vm/alt-workstation target

Build rootfs images for aarch64 and armh.
parent eeea63f9
......@@ -56,3 +56,11 @@ distro/alt-workstation-801: distro/.alt-workstation-base use/e2k/install2/801
endif
endif
ifeq (vm,$(IMAGE_CLASS))
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
vm/alt-workstation: vm/systemd use/x11/armsoc use/x11/lightdm/gtk \
use/oem use/repo use/bootloader/uboot mixin/alt-workstation; @:
endif
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment