GetArchitecture

Returns the architecture of a tinkr build

GetArchitecture() : string (arm64/x86_64)

Example

Check if the tinkr build is arm.

local build = GetArchitecture()
if build == 'arm64' then return end