Skip to content

Commit

Permalink
Merge pull request ethereum#59 from ethereum-optimism/aj/fix-docker-b…
Browse files Browse the repository at this point in the history
…uild

ci: Fix docker build
  • Loading branch information
trianglesphere authored Mar 2, 2023
2 parents 8c8557b + f12173d commit 13e42b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
docker buildx build --push \
--tag "ethereumoptimism/op-geth:$CIRCLE_SHA1" \
--tag "ethereumoptimism/op-geth:$CIRCLE_BRANCH" \
--tag "ethereumoptimism/op-geth:latest \
--tag "ethereumoptimism/op-geth:latest" \
--platform=linux/arm64,linux/amd64 \
-f Dockerfile .
# Below step is required to prevent CircleCI from barfing on a
Expand Down

0 comments on commit 13e42b0

Please sign in to comment.