Commit 99ce509e authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

alt-server: Use centaurus-40-docker only on x86_64, ppc64le, aarch64.

The docker group is only available on the specified architectures. The profile in which this group is used must be enabled only on the same architectures. Otherwise, there will be an error - empty profile.
parent 435e84ad
......@@ -67,10 +67,12 @@ endif
@$(call add,MAIN_LISTS,centaurus/disk)
@$(call add,THE_PROFILES,centaurus-10-server)
@$(call add,THE_PROFILES,centaurus-20-serverDC)
@$(call add,THE_PROFILES,centaurus-40-docker)
ifeq (,$(filter-out i586 x86_64 aarch64 loongarch64 e2k%,$(ARCH)))
@$(call add,THE_PROFILES,centaurus-30-desktop)
endif
ifeq (,$(filter-out x86_64 ppc64le aarch64,$(ARCH)))
@$(call add,THE_PROFILES,centaurus-40-docker)
endif
@$(call add,THE_PROFILES,minimal)
@$(call add,STAGE1_MODLISTS,stage2-mmc)
@$(call add,LIVE_PACKAGES,installer-feature-multipath)
......
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