mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 18:46:19 +00:00
5dcd64c478
Android SDK in nixpkg doesn't support `aarch64-darwin`, for details see https://github.com/status-im/status-mobile/issues/12794 The workaround was to run terminal application with Rosetta or make with `aarch` tool. This PR overrides system architecture to always be `x86_64` for Android shell and build targets ran by make. CI is not affected as it runs `nix` directly. Signed-off-by: Jakub Sokołowski <jakub@status.im>