Skip to content

Commit

Permalink
Testing armv7 arch exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Jan 15, 2024
1 parent 0409bca commit 1bdb09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/spksrc.archs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ DEPRECATED_ARCHS = powerpc ppc824x ppc854x ppc853x
# Exclusions for dotnet 6.0 core apps
ifeq ($(strip $(DOTNET_CORE_ARCHS)),1)
UNSUPPORTED_ARCHS = $(PPC_ARCHS) $(ARMv5_ARCHS) $(ARMv7L_ARCHS) $(i686_ARCHS) armada370 alpine alpine4k comcerto2k
UNSUPPORTED_ARCHS_TCVERSION = armv7-6.2.4
UNSUPPORTED_ARCHS_TCVERSION = armv7-6.1 armv7-6.2.4 armv7-1.2
endif

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

0 comments on commit 1bdb09e

Please sign in to comment.