From 0d96007c2f7a4642784199f3d80a422bfc6d4f52 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Mon, 11 Apr 2022 15:19:32 -0400 Subject: [PATCH] fix arch config for build --- frontend/config-sample.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" + } } }