mirror of
https://github.com/alterware/iw4-validator.git
synced 2025-09-19 14:27:24 +00:00
feature(github): add arm64 to workflow
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user