Skip to content

Commit 2786f5e

Browse files
committed
set TARGET_BUILD_VARIANT=user
1 parent 0b78167 commit 2786f5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
#ccache -z
4646
4747
- name: Build
48-
run: ./makeMtk -t blade10 n k
48+
run: ./makeMtk -t -o=TARGET_BUILD_VARIANT=user blade10 n k
4949

5050
- name: Release
5151
run: gh release create "build-$(date +%Y-%m-%d-%H-%M-%S)" out/Download/flash/kernel_blade10.bin

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ clone the project:
1515

1616
Build the kernel:
1717

18-
$ ./makeMtk -t blade10 n k
18+
$ ./makeMtk -t -o=TARGET_BUILD_VARIANT=user blade10 n k

0 commit comments

Comments
 (0)