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.
recipes/metamdbgpublishedlinux-aarch64for 1.0, 1.1 and 1.2. The 1.3 update (#62241) removed the wholeadditional-platformsblock, so both ARM platforms went at once:No later version has an aarch64 build. Since
osx-arm64was 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:
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.