Skip to content

Commit

Permalink
build: add supportedArchitectures in yarnrc
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmartDOTin committed Jun 26, 2024
1 parent d144eff commit 9bb08ec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,18 @@ yarnPath: .yarn/releases/yarn-3.3.1.cjs
npmPublishRegistry: 'https://registry.npmjs.org/'

npmRegistryServer: 'https://registry.npmjs.org/'

supportedArchitectures:
cpu:
- current
- x64
- arm64
libc:
- current
- musl
- glibc
os:
- current
- linux
- darwin
- win32

0 comments on commit 9bb08ec

Please sign in to comment.