mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-11 17:42:43 -04:00
chore(beta): do not build macos-arm64 on macos-x64 (#3764)
This commit is contained in:
@@ -12,6 +12,8 @@ build('win-x64')
|
||||
build('linux-x64')
|
||||
build('linuxstatic-x64')
|
||||
build('macos-x64')
|
||||
if (process.platform === 'linux' || process.platform === 'darwin') {
|
||||
|
||||
const isM1Mac = process.platform === 'darwin' && process.arch === 'arm64'
|
||||
if (process.platform === 'linux' || isM1Mac) {
|
||||
build('macos-arm64')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user