From d1c2c61626e786f112245bfb3c9f523be4e4b11d Mon Sep 17 00:00:00 2001 From: shanmiteko Date: Sat, 6 Nov 2021 11:04:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A0=E6=B3=95=E6=89=93=E5=8C=85pkg?= =?UTF-8?q?=5Farmv7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 未找到解决办法,暂时去除打包到armv7 see https://github.com/vercel/pkg/issues/310 --- .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 c435f9c..f52fbc9 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -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/