mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
cirrus: change alt arch task to only compile binaries
The current podman-release-%.tar.gz target does a lot more then just checking if we can build for the given arch, in particular it first builds a local podman-remote for the remote-docs.sh script. This makes things slow as we compile several things and then builda and package the docs. Given the docs are not arch specific there is realy no point in doing all that work. All we care about is if the bianries can build on other arches to catch compile issue for otherwise untested arches. This should make the CI Alt Arch. tasks much faster. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -310,7 +310,7 @@ function _run_altbuild() {
|
||||
function _build_altbuild_archs() {
|
||||
for arch in "$@"; do
|
||||
msg "Building release archive for $arch"
|
||||
showrun make podman-release-${arch}.tar.gz GOARCH=$arch
|
||||
showrun make cross-binaries GOARCH=$arch
|
||||
done
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user