fix build
This commit is contained in:
parent
51734888ec
commit
35f69f63b0
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ pipeline:
|
||||||
buildBin:
|
buildBin:
|
||||||
image: node:18-alpine
|
image: node:18-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm run build-all
|
- npm run build-linux-arm64
|
||||||
|
- npm run build-linux-x64
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
publish:
|
publish:
|
||||||
|
|
Loading…
Reference in a new issue