From d8cebedb3f0e2ba63a894537f38fafe4545188f3 Mon Sep 17 00:00:00 2001 From: Jan Sprinz Date: Sat, 10 Oct 2020 10:50:42 +0200 Subject: [PATCH] Disable arm build for now --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) 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