Skip to content

Instantly share code, notes, and snippets.

@stephenh
Created October 23, 2023 15:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephenh/43c7f15b97b73baf821f2a22c62172c7 to your computer and use it in GitHub Desktop.
Save stephenh/43c7f15b97b73baf821f2a22c62172c7 to your computer and use it in GitHub Desktop.
supported architectures
# This setting ensures we always install the Linux binaries when running `yarn install`. This is needed for running
# swc natively in Docker from a Mac host.
supportedArchitectures:
cpu:
- current
- x64
- arm64
libc:
- current
- glibc
os:
- current
- linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment