feat: move release to gha (#137)

This commit is contained in:
Jakub Błaszczyk
2023-10-26 15:32:50 +02:00
committed by GitHub
parent 35abbe3c5c
commit ede5d881eb
5 changed files with 37 additions and 120 deletions

View File

@ -126,7 +126,7 @@ manager: generate vet
# Build manager binary for CI
.PHONY: manager-ci
manager: generate vet
manager-ci: generate vet
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
# Run against the configured Kubernetes cluster in ~/.kube/config