Adds 'linux-aarch64' as one of the possible build architectures. This enables plugin builds on Arm machines running Linux. Tested on an M1 Macbook Pro running Ubuntu 2022.04 in a Parallels VM
@@ -57,6 +57,7 @@ build() {
macos-arm64
macos-universal
linux-x86_64
+ linux-aarch64
)
local -r -a _valid_configs=(Debug RelWithDebInfo Release MinSizeRel)
if [[ ${host_os} == 'macos' ]] {
@@ -48,6 +48,7 @@ package() {
local -r _usage="
@@ -76,6 +76,9 @@
},
"linux-x86_64": {
"qtVersion": 6
+ },
+ "linux-aarch64": {
+ "qtVersion": 6
}
"name": "obs-plugintemplate",