Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 260 Bytes

README_PACKAGING.md

File metadata and controls

19 lines (14 loc) · 260 Bytes

Packaging

Build and Run

go run ./cmd/kubefwd/kubefwd.go

Build Release

Build test release:

goreleaser --skip-publish --rm-dist --skip-validate

Build and release:

GITHUB_TOKEN=$GITHUB_TOKEN goreleaser --rm-dist