From 82ef5bc4e77f5660775694d176e696fbd2e9765e Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Sun, 20 Jan 2019 18:36:50 +0100 Subject: [PATCH] Remove arm64 build Due to people confusing the arm64 with amd64 release --- package.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.ts b/package.ts index 25d1707..840d10b 100644 --- a/package.ts +++ b/package.ts @@ -4,7 +4,7 @@ const linux: builder.CliOptions = { x64: true, ia32: true, armv7l: true, - arm64: true, + arm64: false, linux: ['AppImage'], projectDir: './build/clean', publish: 'always',