Skip to content

Commit eff706a

Browse files
Merge pull request #23105 from cevich/rename_osx_cross
[CI:BUILD] Minor: Rename the OSX Cross task
2 parents ab02fe2 + 439fe90 commit eff706a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ alt_build_task:
260260

261261
# Confirm building the remote client, natively on a Mac OS-X VM.
262262
osx_alt_build_task:
263-
name: "OSX Cross"
263+
name: "Build for MacOS amd64+arm64"
264264
alias: osx_alt_build
265265
# Docs: ./contrib/cirrus/CIModes.md
266266
only_if: *no_rhel_release # RHEL never releases podman mac installer binary
@@ -1169,7 +1169,7 @@ artifacts_task:
11691169
osx_binaries_script:
11701170
- mkdir -p /tmp/osx
11711171
- cd /tmp/osx
1172-
- $ARTCURL/OSX%20Cross/repo/repo.tbz
1172+
- $ARTCURL/Build%20for%20MacOS%20amd64%2Barm64/repo/repo.tbz
11731173
- tar xjf repo.tbz
11741174
- mv ./podman-remote-release-darwin_*.zip $CIRRUS_WORKING_DIR/
11751175
- mv ./contrib/pkginstaller/out/podman-installer-macos-*.pkg $CIRRUS_WORKING_DIR/

0 commit comments

Comments
 (0)