We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b78167 commit 2786f5eCopy full SHA for 2786f5e
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
#ccache -z
46
47
- name: Build
48
- run: ./makeMtk -t blade10 n k
+ run: ./makeMtk -t -o=TARGET_BUILD_VARIANT=user blade10 n k
49
50
- name: Release
51
run: gh release create "build-$(date +%Y-%m-%d-%H-%M-%S)" out/Download/flash/kernel_blade10.bin
README.md
@@ -15,4 +15,4 @@ clone the project:
15
16
Build the kernel:
17
18
- $ ./makeMtk -t blade10 n k
+ $ ./makeMtk -t -o=TARGET_BUILD_VARIANT=user blade10 n k
0 commit comments