File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ on: workflow_dispatch
4
4
5
5
env :
6
6
PODMAN_GITURL : https://github.com/containers/podman.git
7
- PODMAN_SHA : 874bf2c301ecf0ba645f1bb45f81966cc755b7da
7
+ PODMAN_SHA : 4cbdfde5d862dcdbe450c0f1d76ad75360f67a3c # v5.3.1
8
+ PODMAN_REVISION_KIND : prod
8
9
9
10
jobs :
10
11
build :
@@ -88,14 +89,14 @@ jobs:
88
89
mkdir -p contrib/win-installer/current
89
90
cp *.zip contrib/win-installer/current/
90
91
cd contrib/win-installer
91
- powershell -ExecutionPolicy Bypass -File build.ps1 $BUILD_PODMAN_VERSION dev current
92
+ powershell -ExecutionPolicy Bypass -File build.ps1 $BUILD_PODMAN_VERSION $PODMAN_REVISION_KIND current
92
93
93
94
- name : " 📦 Pack Podman"
94
95
shell : msys2 {0}
95
96
run : |
96
97
mkdir -p qcw
97
98
export BUILD_PODMAN_VERSION=$(podman-release/test/version/version | sed 's/-.*//')
98
- cp "podman-release/contrib/win-installer/podman-$BUILD_PODMAN_VERSION-dev- setup.exe" qcw/
99
+ cp "podman-release/contrib/win-installer/podman-$BUILD_PODMAN_VERSION-"*" setup.exe" qcw/
99
100
cd qcw
100
101
find . -type f \( ! -iname "*.checksums" \) -exec sha256sum -b {} \; > sha.checksums
101
102
find . -type f \( ! -iname "*.checksums" \) -exec sha512sum -b {} \; >> sha.checksums
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Version `v9.5.0.0` with 1 patch from Powershell OpenSSH fork PRs:
68
68
69
69
#### ` Podman `
70
70
71
- Version ` 5.3.0 ` with 3 patch sets:
71
+ Version ` 5.3.1 ` with 3 patch sets:
72
72
* Enable compilation for Windows on parts of QEMU machine provider
73
73
* Implement QEMU Podman machine on Windows
74
74
* Improve platform specific URL handling in podman compose for machines https://github.com/containers/podman/pull/23827
You can’t perform that action at this time.
0 commit comments