From 1c7344beafec88495770d9ffd54d3a342c2cb051 Mon Sep 17 00:00:00 2001 From: pan93412 Date: Wed, 26 Jan 2022 20:38:21 +0800 Subject: [PATCH] fix(build): try to fix up the ARM64 build issue https://github.com/qier222/YesPlayMusic/runs/4950356054 --- vue.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vue.config.js b/vue.config.js index 1c258ee..64a385c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -110,7 +110,7 @@ module.exports = { target: [ { target: 'AppImage', - arch: ['x64', 'arm64'], + arch: ['x64'], }, { target: 'tar.gz', @@ -122,11 +122,11 @@ module.exports = { }, { target: 'rpm', - arch: ['x64', 'arm64'], + arch: ['x64'], }, { target: 'snap', - arch: ['x64', 'arm64'], + arch: ['x64'], }, { target: 'pacman',