Cleanup of nginx image (#3214)
This commit is contained in:
parent
3edf11b85f
commit
dcc6495f0a
4 changed files with 52 additions and 75 deletions
|
|
@ -13,12 +13,12 @@
|
|||
# limitations under the License.
|
||||
|
||||
# 0.0.0 shouldn't clobber any released builds
|
||||
TAG ?= 0.64
|
||||
TAG ?= 0.65
|
||||
REGISTRY ?= quay.io/kubernetes-ingress-controller
|
||||
ARCH ?= $(shell go env GOARCH)
|
||||
DOCKER ?= docker
|
||||
|
||||
ALL_ARCH = amd64 arm arm64 ppc64le s390x
|
||||
ALL_ARCH = amd64 arm arm64 ppc64le
|
||||
SED_I?=sed -i
|
||||
GOHOSTOS ?= $(shell go env GOHOSTOS)
|
||||
|
||||
|
|
@ -44,9 +44,6 @@ endif
|
|||
ifeq ($(ARCH),ppc64le)
|
||||
QEMUARCH=ppc64le
|
||||
endif
|
||||
ifeq ($(ARCH),s390x)
|
||||
QEMUARCH=s390x
|
||||
endif
|
||||
|
||||
TEMP_DIR := $(shell mktemp -d)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue