Skip to content

Commit e1f244a

Browse files
authored
Merge pull request #23061 from karalabe/docker-noarm
travis: don't overwrite amd64 images with arm64
2 parents b28f8c0 + 40a11d6 commit e1f244a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.travis.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,6 @@ jobs:
3939
script:
4040
- go run build/ci.go docker -upload karalabe/geth-docker-test
4141

42-
# This builder does the Docker Hub build and upload for arm64
43-
- stage: build
44-
if: type = push
45-
os: linux
46-
arch: arm64
47-
dist: bionic
48-
go: 1.16.x
49-
env:
50-
- docker
51-
services:
52-
- docker
53-
git:
54-
submodules: false # avoid cloning ethereum/tests
55-
script:
56-
- go run build/ci.go docker -upload karalabe/geth-docker-test
57-
5842
# This builder does the Ubuntu PPA upload
5943
- stage: build
6044
if: type = push

0 commit comments

Comments
 (0)