Skip to content

Commit

Permalink
update build and release to use kw
Browse files Browse the repository at this point in the history
  • Loading branch information
steved committed Sep 16, 2024
1 parent 640d901 commit b8e419e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ before:
- make tidy

builds:
- id: k8s-fwd
binary: k8s-fwd
- id: kw
binary: kw
ldflags:
- -s -w
- -X github.com/cerebrotech/k8s-fwd/pkg/config.Version={{ .Version }}
- -X github.com/steved/kubewire/pkg/config.Version={{ .Version }}
env:
- CGO_ENABLED=0
goos:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif
GOOS=$(shell go env GOOS)
GOARCH=$(shell go env GOARCH)

BIN ?= kubewire
BIN ?= kw

BIN_DIR ?= $(shell pwd)/.bin
$(BIN_DIR):
Expand Down

0 comments on commit b8e419e

Please sign in to comment.