feature(github): add arm64 to workflow

This commit is contained in:
2023-06-22 14:13:11 +02:00
parent 6dda39ab91
commit 0a908c5a30
2 changed files with 14 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ configurations {"Debug", "Release"}
if os.istarget("darwin") then
platforms {"x64", "arm64"}
else
platforms {"x86", "x64"}
platforms {"x86", "x64", "arm64"}
end
filter "platforms:x86"