From 2deb33f92b4b93f58643bda2d5e387e6a9706029 Mon Sep 17 00:00:00 2001 From: salehahmed99 Date: Mon, 16 Mar 2026 13:48:43 +0200 Subject: [PATCH] docs: add M4 and M5 chips to macOS arm64 compatibility --- docs/distribution/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/distribution/overview.md b/docs/distribution/overview.md index 7ca28c89..020d6e2f 100644 --- a/docs/distribution/overview.md +++ b/docs/distribution/overview.md @@ -16,7 +16,7 @@ The `neu build` command generates the following files on any supported operating | `myapp-linux_arm64` | Linux | `arm64` | Application binary | | `myapp-mac_x64` | macOS | `x86_64` | Application binary (Intel) | | `myapp-mac_universal` | macOS | `x86_64` and `arm64` | Application binary | -| `myapp-mac_arm64` | macOS | `arm64` | Application binary (M1/M2/M3) | +| `myapp-mac_arm64` | macOS | `arm64` | Application binary (M1/M2/M3/M4/M5) | | `myapp-win_x64` | Windows | `x86_64` | Application binary | | `resources.neu` | all | `N/A` | Application resource file |