Skip to content

Commit 4bb9163

Browse files
committed
chore: export artifact for jetkvm_native buildkit
1 parent dc014e9 commit 4bb9163

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- dev
6+
- chore/jetkvm-native-buildkit
67

78
jobs:
89
build:
@@ -47,3 +48,12 @@ jobs:
4748
name: Full Image
4849
path: output/image/update.img
4950
retention-days: 30
51+
- name: Upload buildkit for JetKVM native
52+
uses: actions/upload-artifact@v4
53+
with:
54+
name: jetkvm-native-buildkit
55+
path: |
56+
tools/linux/toolchain
57+
media/out/include
58+
media/out/lib
59+
retention-days: 30

0 commit comments

Comments
 (0)