mirror of
https://github.com/containers/podman.git
synced 2026-09-15 15:22:23 -04:00
ostree.go is limited to only amd64 and arm64, but its tests run on all architectures and fail because all their symbols are missing. Don't run tests on an architecture where the non-test code doesn't exist. References: https://github.com/podman-container-tools/podman/issues/29711 Signed-off-by: Hugo Osvaldo Barrera <hugo@whynothugo.nl>