打包过程不顺利
Some checks failed
TDevOPsCICD / build-image (push) Has been cancelled

This commit is contained in:
cheney 2026-04-04 20:57:28 +08:00
parent b46258d014
commit 98de345c5f
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"linux": "bun build.js && bun build ./src/index.js --compile --bytecode --minify --target=bun-linux-x64-baseline --outfile=./dist/linux/kit",
"windows": "bun build.js && bun build ./src/index.js --compile --bytecode --minify --target=bun-windows-x64-baseline --outfile=./dist/windows/kit.exe",
"pkg-alpine": "bun build.js && pkg --compress GZip . -t node14-alpine-arm64 -o ./dist/alpine/kit",
"pkg-windows": "bun build.js && pkg --compress GZip . -t win -o ./dist/windows/kit.exe",
"pkg-windows": "bun build.js && pkg --compress GZip . -t node14-windows-x64 -o ./dist/windows/kit.exe",
"pkg-arm64": "bun build.js && pkg --compress GZip . -t node14-linux-arm64 -o ./dist/linux/kit",
"pkg-linux": "bun build.js && pkg --compress GZip . -t node14-linux-x64 -o ./dist/linux/kit"
},

1
kit/push.cmd Normal file
View File

@ -0,0 +1 @@
node push.js windows D:\\SynologyDrive\\bin