From 9cddcc2eaeaa1d043f535b8b9673a68ea315eb39 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 20 Jun 2024 14:40:42 -0400 Subject: [PATCH] Update README with new build matricies --- CHANGELIST.md | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 3c97557a..41486c27 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -10,6 +10,7 @@ - Show script settings - Add flag values to script settings - Enable last runtime by default +- Update README with new build matricies ### 3.2.0 (2024-06-20) diff --git a/README.md b/README.md index e933c900..7959a938 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,10 @@ dotnet build MPF/MPF.csproj --framework net8.0-windows --runtime [win-x86|win-x6 **MPF.Check (Windows, OSX, Linux):** ```bash -dotnet build MPF.Check/MPF.Check.csproj --framework net8.0 --runtime [win-x86|win-x64|linux-x64|osx-x64] +dotnet build MPF.Check/MPF.Check.csproj --framework net8.0 --runtime [win-x86|win-x64|win-arm64|linux-x64|linux-arm64|osx-x64|osx-arm64] ``` -Choose one of `win-x86`, `win-x64`, `linux-x64`, or `osx-x64` depending on the machine you are targeting. +Choose one of `win-x86`, `win-x64`, `win-arm64`, `linux-x64`, `linux-arm64`, `osx-x64`, or `osx-arm64` depending on the machine you are targeting. ### Build Scripts