File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 8
8
type : boolean
9
9
required : true
10
10
default : false
11
+ x86_64Only :
12
+ type : boolean
13
+ required : false
14
+ default : false
11
15
12
16
env :
13
17
PIP_BREAK_SYSTEM_PACKAGES : 1
53
57
path : kuzu_cli-linux-x86_64.tar.gz
54
58
55
59
build-precompiled-bin-aarch64 :
60
+ if : ${{ github.event.inputs.x86_64Only != 'true' }}
56
61
runs-on : kuzu-self-hosted-linux-building-aarch64
57
62
steps :
58
63
- uses : actions/checkout@v4
92
97
path : kuzu_cli-linux-aarch64.tar.gz
93
98
94
99
build-precompiled-bin-android-armv8a :
100
+ if : ${{ github.event.inputs.x86_64Only != 'true' }}
95
101
runs-on : kuzu-self-hosted-testing
96
102
steps :
97
103
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 15
15
uses : ./.github/workflows/linux-precompiled-bin-workflow.yml
16
16
with :
17
17
isNightly : true
18
+ x86_64Only : true
18
19
secrets : inherit
19
20
20
21
simsimd-dispatch-test :
You can’t perform that action at this time.
0 commit comments