diff --git a/.github/workflows/pkg.yml b/.github/workflows/pkg.yml index 15e9f28..3cb20f8 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -53,27 +53,27 @@ jobs: delete_file: "dist/*.zip" tag_name: "v2" overwrite: true - arm64: - runs-on: ubuntu-latest - name: arm64 - steps: - - name: "Checkout codes" - uses: actions/checkout@v2 - - name: "Pkg this" - run: | - sudo podman run --rm --privileged multiarch/qemu-user-static --reset -p yes - npm run pkg arm - - name: "Upload to artifact" - uses: actions/upload-artifact@v2 - with: - name: arm64 - path: "dist/*.zip" - - name: "Upload to release draft" - uses: xresloader/upload-to-github-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - with: - file: "dist/*.zip" - delete_file: "dist/*.zip" - tag_name: "v2" - overwrite: true + # arm64: + # runs-on: ubuntu-latest + # name: arm64 + # steps: + # - name: "Checkout codes" + # uses: actions/checkout@v2 + # - name: "Pkg this" + # run: | + # sudo podman run --rm --privileged multiarch/qemu-user-static --reset -p yes + # npm run pkg arm + # - name: "Upload to artifact" + # uses: actions/upload-artifact@v2 + # with: + # name: arm64 + # path: "dist/*.zip" + # - name: "Upload to release draft" + # uses: xresloader/upload-to-github-release@v1 + # env: + # GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + # with: + # file: "dist/*.zip" + # delete_file: "dist/*.zip" + # tag_name: "v2" + # overwrite: true