Skip to content

Commit

Permalink
build: use amd64 hermes in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Feb 1, 2024
1 parent 70132f9 commit 7e152a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN go mod tidy
RUN make install

# Get Hermes build
FROM otacrew/hermes-ics:evidence-cmd AS hermes-builder
FROM --platform=linux/amd64 otacrew/hermes-ics:evidence-cmd AS hermes-builder

# Get CometMock
FROM ghcr.io/informalsystems/cometmock:v0.37.x as cometmock-builder
Expand Down

0 comments on commit 7e152a3

Please sign in to comment.