From 8fae157222ba9822c04f0559bf1ae5f431860bac Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Sun, 14 Nov 2021 14:32:36 -0500 Subject: [PATCH] Update workflow docs to indicate ARM64 macOS works --- docs/workflow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflow/README.md b/docs/workflow/README.md index a759e57f99570e..ea2d180600bcc8 100644 --- a/docs/workflow/README.md +++ b/docs/workflow/README.md @@ -9,7 +9,7 @@ The repo can be built for the following platforms, using the provided setup and | x64 | ✔ | ✔ | ✔ | ✔ | | x86 | ✔ | | | | | ARM | ✔ | ✔ | | | -| ARM64 | ✔ | ✔ | | | +| ARM64 | ✔ | ✔ | ✔ | | | | [Requirements](requirements/windows-requirements.md) | [Requirements](requirements/linux-requirements.md) | [Requirements](requirements/macos-requirements.md) | [Requirements](requirements/freebsd-requirements.md) Before proceeding further, please click on the link above that matches your machine and ensure you have installed all the prerequisites for the build to work.