mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
5727636abe
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
25 lines
452 B
YAML
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}}"
|