From 56261badbb4fde0cf71d39c8961dfd65fbd5743c Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Sat, 23 Mar 2024 15:40:18 +0800 Subject: [PATCH] :package: Chore(custom): test x64 --- .github/workflows/mac_beta.yml | 1 - vue.config.js | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mac_beta.yml b/.github/workflows/mac_beta.yml index 26d4090f..4d9b8f58 100644 --- a/.github/workflows/mac_beta.yml +++ b/.github/workflows/mac_beta.yml @@ -51,7 +51,6 @@ jobs: run: | yarn yarn global add xvfb-maybe - npm rebuild --platform=darwin --arch=arm64 sharp - name: Yarn install windows if: matrix.os == 'windows-latest' diff --git a/vue.config.js b/vue.config.js index d92ac9e1..85a801d1 100644 --- a/vue.config.js +++ b/vue.config.js @@ -87,9 +87,9 @@ const config = { target: [{ target: 'default', arch: [ - 'universal', - 'x64', - 'arm64' + // 'universal', + 'x64' + // 'arm64' ] }], // eslint-disable-next-line no-template-curly-in-string