diff --git a/.travis.yml b/.travis.yml index ab4eb9cf7..4c985f779 100644 --- a/.travis.yml +++ b/.travis.yml @@ -92,11 +92,6 @@ jobs: - make go-test TEST_COVERAGE=stdout GO_COVER_DIR=_output/ - make mod-check - - stage: build testing - name: Build multi-architecture image for amd64 and arm64 - script: - - ./scripts/build-multi-arch-image.sh || travis_terminate 1; - - stage: deploy name: push artifacts to repositories script: ./deploy.sh