diff options
author | Chris Evich <cevich@redhat.com> | 2021-01-11 11:17:42 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-01-11 13:46:37 -0500 |
commit | 1d8b9e944f0b9532bd750d583a70810377d9b71e (patch) | |
tree | 5dd839ab85e093eaaef6d70ecb9bd5954b84f2cd /contrib | |
parent | d2503ae99b773db7b9dbdf3abf3be0160ac78399 (diff) | |
download | podman-1d8b9e944f0b9532bd750d583a70810377d9b71e.tar.gz podman-1d8b9e944f0b9532bd750d583a70810377d9b71e.tar.bz2 podman-1d8b9e944f0b9532bd750d583a70810377d9b71e.zip |
Cirrus: Add cross-compile test for alternative arches
Followup to https://github.com/containers/podman/pull/8907 that simply
ensures cross-compiling podman completes.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/cirrus/runner.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index 7f9afd1fd..e09b2af9c 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -178,6 +178,9 @@ function _run_altbuild() { make -f ./.copr/Makefile rpmbuild --rebuild ./podman-*.src.rpm ;; + Alt*Cross) + make local-cross + ;; *Static*) req_env_vars CTR_FQIN [[ "$UID" -eq 0 ]] || \ |