Skip to content

Commit

Permalink
remove BUILD_PLATFORMS_WITH_NATIVE_SUPPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
ytausch committed Mar 8, 2024
1 parent b44b04f commit 1b79691
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions conda_forge_tick/models/conda_forge_yml.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ class CIService(StrEnum):
LEGACY_OSX_64 = "osx_64"


BUILD_PLATFORMS_WITH_NATIVE_SUPPORT = [
BuildPlatform.LINUX_AARCH64,
BuildPlatform.LINUX_PPC64LE,
]


class CondaForgeYml(ValidatedBaseModel):
bot: Bot | None = None

Expand Down

0 comments on commit 1b79691

Please sign in to comment.