diff options
author | Chris Evich <cevich@redhat.com> | 2022-09-09 11:30:14 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-09-09 11:34:25 -0400 |
commit | 8466c4a19a15e2da6f848ac2d3fd6d5f6f0b6d33 (patch) | |
tree | 175d66cb9f4e59485b7ed997d64b758877d599af /.cirrus.yml | |
parent | 94864cbce6e758552c853999951681bfdef93b18 (diff) | |
download | podman-8466c4a19a15e2da6f848ac2d3fd6d5f6f0b6d33.tar.gz podman-8466c4a19a15e2da6f848ac2d3fd6d5f6f0b6d33.tar.bz2 podman-8466c4a19a15e2da6f848ac2d3fd6d5f6f0b6d33.zip |
Cirrus: Don't run win_installer in multiarch cron
The win_installer task fails on the `multiarch` cirrus-cron build.
This is because it depends on the `Windows Cross` (alt_build) task
which is bypassed in this context. This will cause the `repo.tbz`
download to constantly throw 404s. Fix this by skipping the
win_installer task for the `multiarch` (container images) build.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 5d9500e92..4d7fbde13 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1110,6 +1110,8 @@ artifacts_task: win_installer_task: name: "Verify Win Installer Build" alias: win_installer + # Don't run for multiarch container image cirrus-cron job. + only_if: $CIRRUS_CRON != 'multiarch' depends_on: - alt_build windows_container: |