Skip to content

Commit

Permalink
📦 Chore(custom): test x64
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed Mar 23, 2024
1 parent 8e5e6d4 commit 56261ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/mac_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56261ba

Please sign in to comment.