Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ version: 2
before:
hooks:
- go mod tidy
- make manifests generate
- make release IMG=ghcr.io/google/{{ .ProjectName }}:{{ .Tag }} MANIFESTS=manifests.yaml
builds:
- id: kube-startup-cpu-boost
main: ./cmd
Expand All @@ -32,11 +34,6 @@ builds:
goarch:
- amd64
- arm64
hooks:
pre:
- cmd: make manifests generate
post:
- cmd: make release IMG=ghcr.io/google/{{ .ProjectName }}:{{ .Tag }} MANIFESTS=manifests.yaml
dockers:
- goos: linux
goarch: amd64
Expand Down
Loading