Skip to content

Commit

Permalink
Try to for architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWindle committed Sep 14, 2023
1 parent 0c4d18e commit bb49070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit bb49070

Please sign in to comment.