Removed s390x, linux/arm platform as docker build was crashing (#8121)

Co-authored-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
This commit is contained in:
Nishant Jain 2022-03-22 16:53:44 +05:30 committed by GitHub
parent d27d7c20b4
commit 5c07c862e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 322 additions and 69 deletions

View file

@ -18,7 +18,7 @@ SHELL=/bin/bash -o pipefail -o errexit
DIR:=$(strip $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))))
INIT_BUILDX=$(DIR)/../../hack/init-buildx.sh
TAG ?=v$(shell date +%m%d%Y)-$(shell git rev-parse --short HEAD)
TAG ?=v1.0.0
REGISTRY ?= local
IMAGE = $(REGISTRY)/e2e-test-echo