From 40a11d644c7e65984ba6eee81cacba2d9bfadbc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Thu, 17 Jun 2021 12:22:22 +0300 Subject: [PATCH] travis: don't overwrite amd64 images with arm64 --- .travis.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 40081070d5..1c56f5d5db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,22 +39,6 @@ jobs: script: - go run build/ci.go docker -upload karalabe/geth-docker-test - # This builder does the Docker Hub build and upload for arm64 - - stage: build - if: type = push - os: linux - arch: arm64 - dist: bionic - go: 1.16.x - env: - - docker - services: - - docker - git: - submodules: false # avoid cloning ethereum/tests - script: - - go run build/ci.go docker -upload karalabe/geth-docker-test - # This builder does the Ubuntu PPA upload - stage: build if: type = push