Skip to content

Commit

Permalink
Merge pull request #18 from sharifelgamal/bump-ko-v0.8.3-2
Browse files Browse the repository at this point in the history
bump ko to v0.8.3
  • Loading branch information
sharifelgamal committed Aug 24, 2021
2 parents 6bc4a37 + 06a7c61 commit 1b44e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
REGISTRY?=gcr.io/k8s-minikube
VERSION=v0.0.6
VERSION=v0.0.7
GOOS?=$(shell go env GOOS)

build: ## Build the gcp-auth-webhook binary
CGO_ENABLED=0 GOOS=linux go build -o out/gcp-auth-webhook server.go

.PHONY: image
image: ## Create and push multiarch manifest and images
curl -L https://github.com/google/ko/releases/download/v0.8.0/ko_0.8.0_$(GOOS)_x86_64.tar.gz | tar xzf - ko && chmod +x ./ko
curl -L https://github.com/google/ko/releases/download/v0.8.3/ko_0.8.3_$(GOOS)_x86_64.tar.gz | tar xzf - ko && chmod +x ./ko
KO_DOCKER_REPO=$(REGISTRY) ./ko publish -B . --platform all -t $(VERSION)
rm ./ko

Expand Down

0 comments on commit 1b44e85

Please sign in to comment.