mirror of https://github.com/containers/podman.git
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 <cevich@redhat.com>
This commit is contained in:
parent
781d5dd154
commit
439fe90208
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue