chore: 暂时去除打包到arm

see https://github.com/vercel/pkg-fetch/issues
This commit is contained in:
shanmiteko 2021-11-06 11:24:42 +08:00
parent 4accd2df2b
commit 72b07a0f45

View File

@ -44,24 +44,24 @@ jobs:
with:
name: nlts-macos-x64
path: dist/nlts-macos-x64/
pkg_arm64:
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_arm64
- name: "Upload to artifact"
uses: actions/upload-artifact@v2
with:
name: nlts-linux-arm64
path: dist/
# pkg_arm64:
# 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_arm64
# - name: "Upload to artifact"
# uses: actions/upload-artifact@v2
# with:
# name: nlts-linux-arm64
# path: dist/
# pkg_armv7:
# runs-on: ubuntu-latest
# steps: