diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dde042c..13fc5fc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,8 +78,6 @@ jobs: - name: build linux if: contains(runner.os, 'Linux') run: | - node ./build.js -o linux -p deb -a arm64 - node ./build.js -o linux -p AppImage -a arm64 node ./build.js -o linux -p deb -a x64 node ./build.js -o linux -p AppImage -a x64