mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
fix: 无法打包pkg_armv7
未找到解决办法,暂时去除打包到armv7 see https://github.com/vercel/pkg/issues/310
This commit is contained in:
parent
6b0971170e
commit
d1c2c61626
36
.github/workflows/pkg.yml
vendored
36
.github/workflows/pkg.yml
vendored
@ -62,21 +62,21 @@ jobs:
|
||||
with:
|
||||
name: nlts-linux-arm64
|
||||
path: dist/
|
||||
pkg_armv7:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "Checkout codes"
|
||||
uses: actions/checkout@v2
|
||||
- name: "Use Node.js"
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: "16"
|
||||
- name: "Pkg this"
|
||||
run: |
|
||||
npm install
|
||||
npm run pkg_armv7
|
||||
- name: "Upload to artifact"
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: nlts-linux-armv7
|
||||
path: dist/
|
||||
# pkg_armv7:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: "Checkout codes"
|
||||
# uses: actions/checkout@v2
|
||||
# - name: "Use Node.js"
|
||||
# uses: actions/setup-node@v1
|
||||
# with:
|
||||
# node-version: "16"
|
||||
# - name: "Pkg this"
|
||||
# run: |
|
||||
# npm install
|
||||
# npm run pkg_armv7
|
||||
# - name: "Upload to artifact"
|
||||
# uses: actions/upload-artifact@v2
|
||||
# with:
|
||||
# name: nlts-linux-armv7
|
||||
# path: dist/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user