Skip to content

Commit a942f4d

Browse files
[Chore] update developer_guide to include darwin-arm (#10997)
* update developer_guide to include darwin-arm Signed-off-by: Justin Kim <[email protected]> * Changeset file for PR #10997 created/updated --------- Signed-off-by: Justin Kim <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
1 parent abf0141 commit a942f4d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

DEVELOPER_GUIDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ You could pass one or multiple flags. If you don't pass any flag, `yarn build-pl
379379
Currently, the supported flags for this script are:
380380

381381
- `darwin` (builds Darwin x64)
382+
- `darwin-arm` (builds Darwin ARM64)
382383
- `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.
383384
- `linux-arm` (builds Linux ARM64).
384385
- `windows` (builds Windows x64)

changelogs/fragments/10997.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
chore:
2+
- Update DEVELOPER_GUIDE.md to include darwin-arm ([#10997](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/10997))

0 commit comments

Comments
 (0)