Skip to content

Commit

Permalink
Merge pull request #1064 from cartermckinnon/fix-ci
Browse files Browse the repository at this point in the history
Update to latest ko
  • Loading branch information
k8s-ci-robot authored Nov 25, 2024
2 parents b5e6605 + f726030 commit e58b027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ko-build-tar: ko

.PHONY: ko-build-local
ko-build-local: ko
KO_DOCKER_REPO="$(IMAGE_REPOSITORY)" GOFLAGS="-ldflags=-X=k8s.io/component-base/version.gitVersion=$(VERSION)" ko build --tags ${VERSION} --platform=linux/amd64 --bare ./cmd/aws-cloud-controller-manager/ --push=false --local
KO_DOCKER_REPO="ko.local" GOFLAGS="-ldflags=-X=k8s.io/component-base/version.gitVersion=$(VERSION)" ko build --tags ${VERSION} --platform=linux/amd64 --bare ./cmd/aws-cloud-controller-manager/ --push=false --local
docker tag ko.local:${VERSION} $(IMAGE)

.PHONY: e2e.test
Expand Down
3 changes: 1 addition & 2 deletions hack/install-ko.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ set -o nounset
set -o pipefail

if ! command -v ko &> /dev/null; then
go install github.com/google/ko@v0.11.2
go install github.com/google/ko@v0.17.1
fi

0 comments on commit e58b027

Please sign in to comment.