diff --git a/.circleci/config.yml b/.circleci/config.yml index c981b3c18d2..a708703b610 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1032,8 +1032,6 @@ 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 ce4e2f4e4c7..3ab4dc4a37b 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,7 +25,6 @@ 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'