Skip to content

metamdbg: additional-platforms block removed in 1.3, dropping linux-aarch64 and osx-arm64 #68790

Description

@scttfrdmn

recipes/metamdbg published linux-aarch64 for 1.0, 1.1 and 1.2. The 1.3 update (#62241) removed the whole additional-platforms block, so both ARM platforms went at once:

 extra:
-  additional-platforms:
-    - linux-aarch64
-    - osx-arm64

No later version has an aarch64 build. Since osx-arm64 was dropped in the same edit — and the ARM platforms weren't mentioned anywhere in the PR discussion — this reads like an accidental deletion during the version bump rather than a deliberate disable.

Suggested fix, restoring what 1.2 had:

extra:
  additional-platforms:
    - linux-aarch64
    - osx-arm64

cc @GaetanBenoitDev (upstream author, opened the 1.3 PR)


Context: I maintain aarchbio, which republishes bioconda packages as native arm64 containers; we're stuck publishing 1.2 because it's the newest version with an aarch64 build. Happy to open the PR if you'd like.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions