From e6660f9474fdda7e55bb22209f2edafa0903157f Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Sat, 18 May 2024 13:51:51 +0900 Subject: [PATCH] Package `linux-arm64` and `linux-arm` builds --- SDL3-CS/SDL3-CS.csproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SDL3-CS/SDL3-CS.csproj b/SDL3-CS/SDL3-CS.csproj index 29c8286..5e45f05 100644 --- a/SDL3-CS/SDL3-CS.csproj +++ b/SDL3-CS/SDL3-CS.csproj @@ -57,6 +57,14 @@ runtimes/linux-x86/native true + + runtimes/linux-arm64/native + true + + + runtimes/linux-arm/native + true + runtimes/ios/native true