pantry/projects/kind.sigs.k8s.io/package.yml
Jacob Heider 5727636abe fix(kind)
i'll never understand why these pass the first time then fail later. i mean, i probably will, but i don't right now.

closes #5099
2024-02-02 16:06:39 -05:00

25 lines
452 B
YAML

distributable:
url: https://github.com/kubernetes-sigs/kind/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
versions:
github: kubernetes-sigs/kind
build:
script:
- go mod download
- go build $GOFLAGS -o {{prefix}}/bin/kind ./cmd/kind
dependencies:
go.dev: ^1.18
env:
linux:
GOFLAGS: -buildmode=pie
provides:
- bin/kind
test:
- kind --help
- kind version
- kind version | grep "kind v{{version}}"