commit
8bb6ccf948
2
Makefile
2
Makefile
|
|
@ -18,7 +18,7 @@ REGISTRY ?= gcr.io/google_containers
|
||||||
IMAGE = $(REGISTRY)/git-sync-$(ARCH)
|
IMAGE = $(REGISTRY)/git-sync-$(ARCH)
|
||||||
LEGACY_AMD64_IMAGE = $(REGISTRY)/git-sync
|
LEGACY_AMD64_IMAGE = $(REGISTRY)/git-sync
|
||||||
|
|
||||||
TAG = 1.0
|
TAG = v2.0.0
|
||||||
|
|
||||||
# Architectures supported: amd64, arm, arm64 and ppc64le
|
# Architectures supported: amd64, arm, arm64 and ppc64le
|
||||||
ARCH ?= amd64
|
ARCH ?= amd64
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue