Skip to content

Commit 1bdb09e

Browse files
committed
Testing armv7 arch exclusion
1 parent 0409bca commit 1bdb09e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/spksrc.archs.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ DEPRECATED_ARCHS = powerpc ppc824x ppc854x ppc853x
5050
# Exclusions for dotnet 6.0 core apps
5151
ifeq ($(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.4
53+
UNSUPPORTED_ARCHS_TCVERSION = armv7-6.1 armv7-6.2.4 armv7-1.2
5454
endif
5555

5656
# Exclusions for dotnet 6.0 servarr apps (except x86)
5757
ifeq ($(strip $(DOTNET_SERVARR_ARCHS)),1)
5858
UNSUPPORTED_ARCHS = $(PPC_ARCHS) $(ARMv5_ARCHS) $(ARMv7L_ARCHS) armada370 alpine alpine4k comcerto2k
59-
UNSUPPORTED_ARCHS_TCVERSION = armv7-6.2.4
59+
UNSUPPORTED_ARCHS_TCVERSION = armv7-6.1 armv7-6.2.4 armv7-1.2
6060
endif

0 commit comments

Comments
 (0)