Skip to content

Commit

Permalink
[CI:DOCS] Fix Mac pkg link
Browse files Browse the repository at this point in the history
Fix download link to CI mac pkg and include universal pkg.

Signed-off-by: Ashley Cui <[email protected]>
  • Loading branch information
ashley-cui committed May 15, 2024
1 parent 759e546 commit 4b0ae78
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions DOWNLOADS.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,17 @@ matches corresponding changes in the artifacts task.
, and
[rootlessport](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/rootlessport) -
Built on the latest supported Fedora release.
* MacOS,
[both x86_64](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-installer-macos-amd64.pkg)
and
[aarch64 (ARM)](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-installer-macos-aarch64.pkg)
installation packages. Again, these are **not** signed, so expect warnings. There's
also binary release *ZIP-files* for
* MacOS
[universal](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-installer-macos-universal.pkg)
,
[x86_64](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-installer-macos-amd64.pkg)
, and
[arm64](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-installer-macos-arm64.pkg)
installation packages. Again, these are **not** signed, so expect warnings if you try to install them.
There's also binary release *ZIP-files* for
[darwin_amd64](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-remote-release-darwin_amd64.zip)
and
[darwin_arm64](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-remote-release-darwin_arm64.zip).
if you try to install them.
* Windows [podman-remote](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-remote-release-windows_amd64.zip) for x86_64 only.
* Other podman-remote release builds (includes configuration files & documentation):
* [podman-release-386.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-386.tar.gz)
Expand Down

0 comments on commit 4b0ae78

Please sign in to comment.