Skip to content

Commit 0084e7f

Browse files
committed
chore: move to a new job
1 parent 02d5957 commit 0084e7f

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,17 @@ jobs:
4848
name: Full Image
4949
path: output/image/update.img
5050
retention-days: 30
51-
- name: Upload buildkit for JetKVM native
51+
- name: Create compressed buildkit
52+
run: |
53+
tar "-I zstd -10 -T0 --long=31" -cf \
54+
buildkit.tar.zst \
55+
tools/linux/toolchain \
56+
media/out/include \
57+
media/out/lib
58+
- name: Upload buildkit
5259
uses: actions/upload-artifact@v4
5360
with:
5461
name: jetkvm-native-buildkit
55-
path: |
56-
tools/linux/toolchain
57-
media/out/include
58-
media/out/lib
62+
path: buildkit.tar.zst
5963
retention-days: 30
60-
compression-level: 9
64+
compression-level: 0

0 commit comments

Comments
 (0)