diff --git a/frontend/config-sample.json b/frontend/config-sample.json index bcbb037fa..597ee7714 100644 --- a/frontend/config-sample.json +++ b/frontend/config-sample.json @@ -1,5 +1,6 @@ { "useMocks": true, + "targetArch": "aarch64", "ui": { "patchDb": { "poll": { @@ -13,7 +14,6 @@ "mocks": { "maskAs": "tor", "skipStartupAlerts": true - }, - "targetArch": "aarch64" + } } }