File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,6 @@ jobs:
123
123
env :
124
124
TARGET_ARCH : ${{ 'arm64' }}
125
125
steps :
126
- - name : Echo TARGET_ARGH
127
- run : echo $TARGET_ARCH
128
-
129
126
- uses : actions/checkout@v4
130
127
131
128
- uses : pnpm/action-setup@v3
@@ -138,8 +135,6 @@ jobs:
138
135
- name : Bindings - Build
139
136
working-directory : bindings
140
137
run : pnpm run build
141
- env :
142
- TARGET_ARCH : ${{ 'arm64' }}
143
138
144
139
- name : Bindings - Test
145
140
working-directory : bindings
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"scripts" : {
4
4
"build" : " npm run build:package && npm run build:test" ,
5
- "build:package" : " node-gyp configure && node-gyp build" ,
5
+ "build:package" : " node-gyp configure --arch=$TARGET_ARCH && node-gyp build --arch=$TARGET_ARCH " ,
6
6
"build:test" : " tsc -b test" ,
7
7
"clean" : " npm run clean:gyp && npm run clean:libduckdb && npm run clean:package" ,
8
8
"clean:gyp" : " node-gyp clean" ,
You can’t perform that action at this time.
0 commit comments