From efc1dbfee4f469e025300ac0480669e9c5d3e39b Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Fri, 29 Sep 2023 11:51:54 -0400 Subject: [PATCH] fix(electron/linux): remove arm64 and only build x64 (#1730) --- src/electron/electron-builder.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/electron/electron-builder.json b/src/electron/electron-builder.json index b0fe590027..465e06b3c1 100644 --- a/src/electron/electron-builder.json +++ b/src/electron/electron-builder.json @@ -8,10 +8,7 @@ "linux": { "target": { "target": "AppImage", - "arch": [ - "x64", - "arm64" - ] + "arch": ["x64"] }, "files": ["build/icons/png", "third_party/outline-go-tun2socks/linux", "tools/outline_proxy_controller/dist"], "icon": "build/icons/png",