:3 ci
Some checks failed
TDevOPsCICD / build-image (push) Failing after 6m41s

This commit is contained in:
cheney 2025-10-22 14:51:56 +08:00
parent 0e15380aa3
commit 9cef28b135
2 changed files with 5 additions and 4 deletions

View File

@ -3,10 +3,11 @@
"version": "0.1", "version": "0.1",
"bin": "src/index.js", "bin": "src/index.js",
"scripts": { "scripts": {
"redhat": "bun build ./src/index.js --compile --bytecode --minify --target=bun-linux-x64-baseline --outfile=./dist/linux/kit", "linux": "bun build ./src/index.js --compile --bytecode --minify --target=bun-linux-x64-baseline --outfile=./dist/linux/kit",
"alpine": "pkg --compress GZip . -t node14-alpine-arm64 -o ./dist/alpine/kit", "windows": "bun build ./src/index.js --compile --bytecode --minify --target=bun-windows-x64-baseline --outfile=./dist/windows/kit.exe",
"windows": "pkg --compress GZip . -t win -o ./dist/windows/kit.exe", "pkg-alpine": "pkg --compress GZip . -t node14-alpine-arm64 -o ./dist/alpine/kit",
"linux": "pkg --compress GZip . -t node14-linux-arm64 -o ./dist/linux/kit" "pkg-windows": "pkg --compress GZip . -t win -o ./dist/windows/kit.exe",
"pkg-linux": "pkg --compress GZip . -t node14-linux-arm64 -o ./dist/linux/kit"
}, },
"dependencies": { "dependencies": {
"auto-launch": "^5.0.6", "auto-launch": "^5.0.6",