Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1f23aaf

Browse files
committedJan 15, 2024
Fix armv7 arch exclusions
- Amends PR #5958
1 parent bb35d27 commit 1f23aaf

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.1 armv7-6.2 armv7-1.2
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.1 armv7-6.2 armv7-1.2
59+
UNSUPPORTED_ARCHS_TCVERSION = armv7-6.1 armv7-6.2.4 armv7-1.2
6060
endif

0 commit comments

Comments
 (0)
Please sign in to comment.