Skip to content

Commit

Permalink
Merge pull request containers#15948 from ashley-cui/osxcross
Browse files Browse the repository at this point in the history
Cirrus: Build pkginstaller in CI
  • Loading branch information
openshift-merge-robot authored Sep 27, 2022
2 parents f51aeb4 + 53d6041 commit 23a3066
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,10 @@ osx_alt_build_task:
- make podman-remote-release-darwin_amd64.zip GOARCH=amd64
build_arm64_script:
- make podman-remote-release-darwin_arm64.zip GOARCH=arm64
build_pkginstaller_script:
- cd contrib/pkginstaller
- make ARCH=amd64 NO_CODESIGN=1 pkginstaller
- make ARCH=aarch64 NO_CODESIGN=1 pkginstaller
# This task cannot make use of the shared repo.tbz artifact and must
# produce a new repo.tbz artifact for consumption by 'artifacts' task.
repo_prep_script: *repo_prep
Expand Down Expand Up @@ -1093,6 +1097,7 @@ artifacts_task:
- $ARTCURL/OSX%20Cross/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/
always:
contents_script: ls -la $CIRRUS_WORKING_DIR
# Produce downloadable files and an automatic zip-file accessible
Expand Down

0 comments on commit 23a3066

Please sign in to comment.