Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ You could pass one or multiple flags. If you don't pass any flag, `yarn build-pl
Currently, the supported flags for this script are:

- `darwin` (builds Darwin x64)
- `darwin-arm` (builds Darwin ARM64)
- `linux` (builds Linux x64) **Note:** This build relies on the `dart-sass-embeddable` module, which uses `glibc`. Some Linux distributions (such as Alpine Linux) use `musl` instead of `glibc` and are not compatible with this build. If you are using a musl-based distro, consider building on a glibc-based environment (for example, using a Docker image based on Debian or CentOS) to avoid compatibility issues.
- `linux-arm` (builds Linux ARM64).
- `windows` (builds Windows x64)
Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/10997.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
chore:
- Update DEVELOPER_GUIDE.md to include darwin-arm ([#10997](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/10997))
Loading