This commit is contained in:
parent
0ca130f8e8
commit
9c62274108
@ -10,4 +10,8 @@ jobs:
|
||||
- name: Build Binary
|
||||
run: |
|
||||
echo ${{ github.ref_name }} ${{ github.sha }}
|
||||
bun
|
||||
bun -v
|
||||
cd kit
|
||||
kit i
|
||||
kit run windows
|
||||
kit run linux
|
||||
|
||||
@ -3,10 +3,10 @@
|
||||
"version": "0.1",
|
||||
"bin": "src/index.js",
|
||||
"scripts": {
|
||||
"linux": "bun build ./src/index.js --compile --bytecode --minify --target=bun-linux-x64-baseline --outfile=./dist/linux/kit",
|
||||
"redhat": "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": "pkg --compress GZip . -t win -o ./dist/windows/kit.exe",
|
||||
"alpine": "pkg --compress GZip . -t node14-alpine-arm64 -o ./dist/linux/kit",
|
||||
"centos": "pkg --compress GZip . -t node14-linux-arm64 -o ./dist/linux/kit"
|
||||
"linux": "pkg --compress GZip . -t node14-linux-arm64 -o ./dist/linux/kit"
|
||||
},
|
||||
"dependencies": {
|
||||
"auto-launch": "^5.0.6",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user