travis: enable experimental docker for manifest building

pull/23083/head
Péter Szilágyi 3 years ago
parent 653a30f4ca
commit e0123026b6
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  1. 4
      .travis.yml

@ -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
@ -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

Loading…
Cancel
Save