Skip to content

Commit

Permalink
Merge pull request #23083 from karalabe/docker-fix-experimental
Browse files Browse the repository at this point in the history
travis: enable experimental docker for manifest building
  • Loading branch information
karalabe authored Jun 21, 2021
2 parents 653a30f + e012302 commit 5228b2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
- docker
git:
submodules: false # avoid cloning ethereum/tests
before_install:
- export DOCKER_CLI_EXPERIMENTAL=enabled
script:
- go run build/ci.go docker -image -manifest amd64,arm64 -upload karalabe/geth-docker-test

Expand All @@ -53,6 +55,8 @@ jobs:
- docker
git:
submodules: false # avoid cloning ethereum/tests
before_install:
- export DOCKER_CLI_EXPERIMENTAL=enabled
script:
- go run build/ci.go docker -image -manifest amd64,arm64 -upload karalabe/geth-docker-test

Expand Down

0 comments on commit 5228b2a

Please sign in to comment.