I cannot seem to get podman to work on the armv7hl Fedora build.
Attempting to start any container fails:
> Error: open `proc`: No such file or directory: OCI runtime command not
> found error
As such, to build the wheels for Home Assistant, this job will have to
run directly on the Jenkins node host OS for now. This means the native
dependencies need to be installed:
sudo dnf install openssl-devel libffi-devel
Although Podman can run containers from other architectures (i.e.
arm32v7 on aarch64), this does not allow building binaries for that
architecture. As such, to build armv7hl binaries, the job must run on
an armv7hl agent.