We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0409bca commit 1bdb09eCopy full SHA for 1bdb09e
mk/spksrc.archs.mk
@@ -50,11 +50,11 @@ DEPRECATED_ARCHS = powerpc ppc824x ppc854x ppc853x
50
# Exclusions for dotnet 6.0 core apps
51
ifeq ($(strip $(DOTNET_CORE_ARCHS)),1)
52
UNSUPPORTED_ARCHS = $(PPC_ARCHS) $(ARMv5_ARCHS) $(ARMv7L_ARCHS) $(i686_ARCHS) armada370 alpine alpine4k comcerto2k
53
- UNSUPPORTED_ARCHS_TCVERSION = armv7-6.2.4
+ UNSUPPORTED_ARCHS_TCVERSION = armv7-6.1 armv7-6.2.4 armv7-1.2
54
endif
55
56
# Exclusions for dotnet 6.0 servarr apps (except x86)
57
ifeq ($(strip $(DOTNET_SERVARR_ARCHS)),1)
58
UNSUPPORTED_ARCHS = $(PPC_ARCHS) $(ARMv5_ARCHS) $(ARMv7L_ARCHS) armada370 alpine alpine4k comcerto2k
59
60
0 commit comments