Hello everyone,
today I upgraded my ports and podman failed to update to version 6 with the
following pretty clear error:
hack/markdown-preprocess
( echo "% podman-rootless 7"; echo; sed -e '/logo.*\.png/d' <rootless.md )
>docs/source/markdown/podman-rootless.7.md.tmp.$ && \
mv docs/source/markdown/podman-rootless.7.md.tmp.$
docs/source/markdown/podman-rootless.7.md
( echo "% podman-troubleshooting 7"; echo; sed -e '/logo.*\.png/d'
<troubleshooting.md ) >docs/source/markdown/podman-troubleshooting.7.md.tmp.$
&& \
mv docs/source/markdown/podman-troubleshooting.7.md.tmp.$
docs/source/markdown/podman-troubleshooting.7.md
Makefile:416: *** Podman 6 dropped darwin/amd64 support. Use an ARM64 Mac or
cross-compile for a different GOOS/GOARCH.. Stop.
which is also confirmed in the release notes in the Github pages for version
6.0: https://github.com/podman-container-tools/podman/releases#release-v6.0.0.
Given that this is an upstream decision I guess there’s not much point in
trying to fight it (like patching, if doable) but I would like to understand if
at least
it would be possible to still provide the possibility to install version 5
(like provide two ports, podman5 and podman or equivalente mechanism)?
Thanks!
Luca