I’ve noticed that the packages under elxr/cloud/packages
seem intended to support only the amd64
architecture. Interestingly, there are two locations providing the Podman package: one under pool/main/libp/libpod
and another under pool/main/p/podman
. However, the version under libpod
includes an arm64
build.
The key question is whether we actually intend to support arm64
at all. Looking at the CI pipeline configuration — specifically in debian/salsa-ci.yml
at line 12 (debian/salsa-ci.yml · elxr/aria/5.3.2-dev · eLxr / Cloud / packages / Podman · GitLab) — it appears that only amd64
is being built.
If that’s the case, should we remove the arm64
version that was automatically synced from Debian to avoid confusion?
References:
https://mirror.elxr.dev/elxr/pool/main/libp/libpod/index.html
https://mirror.elxr.dev/elxr/pool/main/p/podman/index.html