Skip to content

Commit

Permalink
chore: support multiple architectures (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
steabert authored Mar 18, 2023
1 parent 884306a commit f865dc2
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .yarn/cache/esbuild-darwin-64-npm-0.15.18-c3c12de20e-8.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/esbuild-darwin-arm64-npm-0.15.18-37bdbfa731-8.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/esbuild-linux-arm64-npm-0.15.18-16f8e6f421-8.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/fsevents-patch-3340e2eb10-8.zip
Git LFS file not shown
8 changes: 8 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ plugins:
spec: '@yarnpkg/plugin-version'

yarnPath: .yarn/releases/yarn-3.1.1.cjs

supportedArchitectures:
os:
- 'darwin'
- 'linux'
cpu:
- 'x64'
- 'arm64'

0 comments on commit f865dc2

Please sign in to comment.