From 8b57a8547656db4c7b1b6cd46187a660330de4d9 Mon Sep 17 00:00:00 2001 From: shanmite Date: Mon, 29 Nov 2021 16:09:39 +0800 Subject: [PATCH] chore: pkg build --- .github/workflows/pkg.yml | 72 +++++++++++++++++++-------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/.github/workflows/pkg.yml b/.github/workflows/pkg.yml index ecaf9cf..c435f9c 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -44,39 +44,39 @@ 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_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_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: + - 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/