File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,11 +50,15 @@ DEPRECATED_ARCHS = powerpc ppc824x ppc854x ppc853x
5050# Exclusions for dotnet 6.0 core apps
5151ifeq ($(strip $(DOTNET_CORE_ARCHS ) ) ,1)
5252 UNSUPPORTED_ARCHS = $(PPC_ARCHS ) $(ARMv5_ARCHS ) $(ARMv7L_ARCHS ) $(i686_ARCHS ) armada370 alpine alpine4k comcerto2k
53- UNSUPPORTED_ARCHS_TCVERSION = armv7-6.2 armv7-6.1 armv7-1.2
53+ UNSUPPORTED_ARCHS_TCVERSION = armv7-6.2
54+ UNSUPPORTED_ARCHS_TCVERSION = armv7-6.1
55+ UNSUPPORTED_ARCHS_TCVERSION = armv7-1.2
5456endif
5557
5658# Exclusions for dotnet 6.0 servarr apps (except x86)
5759ifeq ($(strip $(DOTNET_SERVARR_ARCHS ) ) ,1)
5860 UNSUPPORTED_ARCHS = $(PPC_ARCHS ) $(ARMv5_ARCHS ) $(ARMv7L_ARCHS ) armada370 alpine alpine4k comcerto2k
59- UNSUPPORTED_ARCHS_TCVERSION = armv7-6.2 armv7-6.1 armv7-1.2
61+ UNSUPPORTED_ARCHS_TCVERSION = armv7-6.2
62+ UNSUPPORTED_ARCHS_TCVERSION = armv7-6.1
63+ UNSUPPORTED_ARCHS_TCVERSION = armv7-1.2
6064endif
You can’t perform that action at this time.
0 commit comments