Skip to content

Commit

Permalink
travis: enable experimental docker for manifest building
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Jun 21, 2021
1 parent 653a30f commit e012302
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 e012302

Please sign in to comment.