Add support for brotli
This commit is contained in:
parent
4ff6af512a
commit
775ff2283e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
TAG ?= 0.28
|
||||
REGISTRY ?= quay.io/kubernetes-ingress-controller
|
||||
ARCH ?= $(shell go env GOARCH)
|
||||
DOCKER ?= gcloud docker --
|
||||
DOCKER ?= gcloud docker --
|
||||
|
||||
ALL_ARCH = amd64 arm arm64 ppc64le
|
||||
SED_I?=sed -i
|
||||
|
|
Loading…
Reference in a new issue