You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing the --cache-from step fixes the issue. We should probably also add a build image step for podman, using the fast image build (x86_64-unknown-linux-gnu) to avoid this issue in the future. The podman version is 4.2.0.
The text was updated successfully, but these errors were encountered:
It seems --cache-from only supports a repository using podman, and this might be true for other container engines. type=registry might be implicit. type=registry is the default for docker, so we should be able to omit it.
Checklist
Describe your issue
Currently, attempting to build an image for Podman fails, producing the following error:
What target(s) are you cross-compiling for?
aarch64-linux-android
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
cross 0.2.4 (d92e563)
Additional information / notes
Removing the
--cache-from
step fixes the issue. We should probably also add a build image step forpodman
, using the fast image build (x86_64-unknown-linux-gnu
) to avoid this issue in the future. The podman version is4.2.0
.The text was updated successfully, but these errors were encountered: