chore: Update gitmeta to latest release
Fix issue inconsistency between build-container and talos Signed-off-by: Brad Beam <brad.beam@talos-systems.com>
This commit is contained in:
parent
e6bf92ce31
commit
c3d43a8171
4
Makefile
4
Makefile
@ -26,10 +26,10 @@ KUBECTL_ARCHIVE := https://storage.googleapis.com/kubernetes-release/release/$(K
|
||||
endif
|
||||
|
||||
ifeq ($(UNAME_S),Linux)
|
||||
GITMETA := https://github.com/talos-systems/gitmeta/releases/download/v0.1.0-alpha.2/gitmeta-linux-amd64
|
||||
GITMETA := https://github.com/talos-systems/gitmeta/releases/download/v0.1.0-alpha.3/gitmeta-linux-amd64
|
||||
endif
|
||||
ifeq ($(UNAME_S),Darwin)
|
||||
GITMETA := https://github.com/talos-systems/gitmeta/releases/download/v0.1.0-alpha.2/gitmeta-darwin-amd64
|
||||
GITMETA := https://github.com/talos-systems/gitmeta/releases/download/v0.1.0-alpha.3/gitmeta-darwin-amd64
|
||||
endif
|
||||
|
||||
BINDIR ?= ./bin
|
||||
|
Loading…
Reference in New Issue
Block a user