Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Fix and make it start on ARMs
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Jan 25, 2024
1 parent daf7558 commit f490b62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ services:

zkevm-prover:
image: hermeznetwork/zkevm-prover:v3.0.2
platform: linux/amd64
command: [
"zkProver",
"-c",
Expand All @@ -82,7 +83,8 @@ services:
- agglayer-localnet

zkevm-node:
image: hermeznetwork/cdk-validium-node:agglayer-v0.0.1
image: 0xpolygon/cdk-validium-node:agglayer-v0.0.1
platform: linux/amd64
command:
- "/bin/sh"
- "-c"
Expand Down

0 comments on commit f490b62

Please sign in to comment.