travis: enable experimental docker for manifest building

This commit is contained in:
Péter Szilágyi 2021-06-21 19:43:37 +03:00
parent 653a30f4ca
commit e0123026b6
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D

View File

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