mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-12 14:56:23 +00:00
Merge pull request #59 from ethereum-optimism/aj/fix-docker-build
ci: Fix docker build
This commit is contained in:
commit
13e42b01a4
@ -46,7 +46,7 @@ jobs:
|
|||||||
docker buildx build --push \
|
docker buildx build --push \
|
||||||
--tag "ethereumoptimism/op-geth:$CIRCLE_SHA1" \
|
--tag "ethereumoptimism/op-geth:$CIRCLE_SHA1" \
|
||||||
--tag "ethereumoptimism/op-geth:$CIRCLE_BRANCH" \
|
--tag "ethereumoptimism/op-geth:$CIRCLE_BRANCH" \
|
||||||
--tag "ethereumoptimism/op-geth:latest \
|
--tag "ethereumoptimism/op-geth:latest" \
|
||||||
--platform=linux/arm64,linux/amd64 \
|
--platform=linux/arm64,linux/amd64 \
|
||||||
-f Dockerfile .
|
-f Dockerfile .
|
||||||
# Below step is required to prevent CircleCI from barfing on a
|
# Below step is required to prevent CircleCI from barfing on a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user