We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef7982 commit 06288d2Copy full SHA for 06288d2
1 file changed
.github/workflows/mkosi-build.yml
@@ -91,6 +91,7 @@ jobs:
91
cd "$RUNNER_TEMP/mkosi-cross-host/out/prod"
92
tar -xOf dstack-0.6.0.tar.gz dstack-0.6.0/sha256sum.txt
93
tar -xOf dstack-0.6.0.tar.gz dstack-0.6.0/metadata.json
94
+ cp dstack-0.6.0/rootfs.img.parted.verity cross-host-rootfs.img
95
sha256sum dstack-0.6.0.tar.gz dstack-0.6.0-uki.tar.gz \
96
| tee cross-host.sha256
97
printf '%s %s\n' "$BARE_SHA256" dstack-0.6.0.tar.gz \
@@ -103,5 +104,7 @@ jobs:
103
104
uses: actions/upload-artifact@v4
105
with:
106
name: mkosi-cross-host-sha256
- path: ${{ runner.temp }}/mkosi-cross-host/out/prod/cross-host.sha256
107
+ path: |
108
+ ${{ runner.temp }}/mkosi-cross-host/out/prod/cross-host.sha256
109
+ ${{ runner.temp }}/mkosi-cross-host/out/prod/cross-host-rootfs.img
110
retention-days: 30
0 commit comments