Skip to content

Commit

Permalink
Framework: Update dotnet 6.0 exclusions (SynoCommunity#6103)
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt authored Jul 25, 2024
1 parent b51439b commit 2302f15
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 @@ -61,12 +61,12 @@ 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 = $(PPC_ARCHS) $(ARMv5_ARCHS) $(ARMv7L_ARCHS) $(i686_ARCHS) armada370 alpine comcerto2k
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 = $(PPC_ARCHS) $(ARMv5_ARCHS) $(ARMv7L_ARCHS) armada370 alpine comcerto2k
UNSUPPORTED_ARCHS_TCVERSION = armv7-6.1 armv7-6.2.4 armv7-1.2
endif

0 comments on commit 2302f15

Please sign in to comment.