From bb490700c77ad530db38133e2d81b0dcf5323bbd Mon Sep 17 00:00:00 2001 From: PhilWindle Date: Thu, 14 Sep 2023 11:47:41 +0000 Subject: [PATCH] Try to for architecture --- .circleci/config.yml | 2 ++ yarn-project/end-to-end/scripts/docker-compose-e2e-sandbox.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a708703b610..c981b3c18d2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1032,6 +1032,8 @@ jobs: - *setup_env - run: name: "Test" + environment: + PLATFORM: linux/arm/v8 command: cond_run_script canary-build ./scripts/run_tests uniswap_trade_on_l1_from_l2.test.ts canary-build ./scripts/docker-compose-e2e-sandbox.yml build-docs: diff --git a/yarn-project/end-to-end/scripts/docker-compose-e2e-sandbox.yml b/yarn-project/end-to-end/scripts/docker-compose-e2e-sandbox.yml index 3ab4dc4a37b..ce4e2f4e4c7 100644 --- a/yarn-project/end-to-end/scripts/docker-compose-e2e-sandbox.yml +++ b/yarn-project/end-to-end/scripts/docker-compose-e2e-sandbox.yml @@ -25,6 +25,7 @@ services: RPC_SERVER_BLOCK_POLLING_INTERVAL_MS: 50 ARCHIVER_VIEM_POLLING_INTERVAL_MS: 500 SEARCH_START_BLOCK: ${FORK_BLOCK_NUMBER:-0} + PLATFORM: ${PLATFORM:-"limux/amd64"} ports: - '8080:8080'