We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807e927 commit c782feeCopy full SHA for c782fee
mk/spksrc.archs.mk
@@ -51,14 +51,10 @@ DEPRECATED_ARCHS = powerpc ppc824x ppc854x ppc853x
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
54
- UNSUPPORTED_ARCHS_TCVERSION = armv7-6.1
55
- UNSUPPORTED_ARCHS_TCVERSION = armv7-1.2
56
endif
57
58
# Exclusions for dotnet 6.0 servarr apps (except x86)
59
ifeq ($(strip $(DOTNET_SERVARR_ARCHS)),1)
60
UNSUPPORTED_ARCHS = $(PPC_ARCHS) $(ARMv5_ARCHS) $(ARMv7L_ARCHS) armada370 alpine alpine4k comcerto2k
61
62
63
64
0 commit comments