From 439fe9020894226a7be2c769e61cb9b2e86b77b2 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 25 Jun 2024 13:27:57 -0400 Subject: [PATCH] Minor: Rename the OSX Cross task For a long time, this task has not been cross-compiling, it's building natively on a Mac. Avoid any possible confusion by renaming the task. Signed-off-by: Chris Evich --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index ee18704204..3052df71f0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -308,7 +308,7 @@ alt_build_task: # Confirm building the remote client, natively on a Mac OS-X VM. osx_alt_build_task: - name: "OSX Cross" + name: "Build for MacOS amd64+arm64" alias: osx_alt_build # Docs: ./contrib/cirrus/CIModes.md only_if: *no_rhel_release # RHEL never releases podman mac installer binary @@ -1208,7 +1208,7 @@ artifacts_task: osx_binaries_script: - mkdir -p /tmp/osx - cd /tmp/osx - - $ARTCURL/OSX%20Cross/repo/repo.tbz + - $ARTCURL/Build%20for%20MacOS%20amd64%2Barm64/repo/repo.tbz - tar xjf repo.tbz - mv ./podman-remote-release-darwin_*.zip $CIRRUS_WORKING_DIR/ - mv ./contrib/pkginstaller/out/podman-installer-macos-*.pkg $CIRRUS_WORKING_DIR/