fix arch config for build

This commit is contained in:
Lucy Cifferello
2022-04-11 15:19:32 -04:00
committed by Aiden McClelland
parent 3eef671163
commit 0d96007c2f

View File

@@ -1,5 +1,6 @@
{ {
"useMocks": true, "useMocks": true,
"targetArch": "aarch64",
"ui": { "ui": {
"patchDb": { "patchDb": {
"poll": { "poll": {
@@ -13,7 +14,6 @@
"mocks": { "mocks": {
"maskAs": "tor", "maskAs": "tor",
"skipStartupAlerts": true "skipStartupAlerts": true
}, }
"targetArch": "aarch64"
} }
} }