From 72b07a0f4572f07162f1b94780dca4de294970f8 Mon Sep 17 00:00:00 2001 From: shanmiteko Date: Sat, 6 Nov 2021 11:24:42 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9A=82=E6=97=B6=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E6=89=93=E5=8C=85=E5=88=B0arm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see https://github.com/vercel/pkg-fetch/issues --- .github/workflows/pkg.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/pkg.yml b/.github/workflows/pkg.yml index f52fbc9..ecaf9cf 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -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: