mirror of
https://github.com/containers/podman.git
synced 2025-07-30 11:52:47 +08:00
Merge pull request #19392 from n1hility/fix-artifacts
Fix regression in CI artifacts script introduced by legacy msi removal
This commit is contained in:
@ -1151,7 +1151,7 @@ artifacts_task:
|
|||||||
- cd /tmp/win
|
- cd /tmp/win
|
||||||
- $ARTCURL/Windows%20Cross/repo/repo.tbz
|
- $ARTCURL/Windows%20Cross/repo/repo.tbz
|
||||||
- tar xjf repo.tbz
|
- tar xjf repo.tbz
|
||||||
- mv ./podman-remote*.zip ./*.msi $CIRRUS_WORKING_DIR/
|
- mv ./podman-remote*.zip $CIRRUS_WORKING_DIR/
|
||||||
osx_binaries_script:
|
osx_binaries_script:
|
||||||
- mkdir -p /tmp/osx
|
- mkdir -p /tmp/osx
|
||||||
- cd /tmp/osx
|
- cd /tmp/osx
|
||||||
|
@ -50,8 +50,7 @@ matches corresponding changes in the artifacts task.
|
|||||||
and
|
and
|
||||||
[darwin_arm64](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-remote-release-darwin_arm64.zip).
|
[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.
|
if you try to install them.
|
||||||
* Windows [podman-remote](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman.msi)
|
* 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.
|
||||||
for x86_64 only.
|
|
||||||
* Other podman-remote release builds (includes configuration files & documentation):
|
* 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)
|
* [podman-release-386.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-386.tar.gz)
|
||||||
* [podman-release-arm.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-arm.tar.gz)
|
* [podman-release-arm.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-arm.tar.gz)
|
||||||
|
Reference in New Issue
Block a user