mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-26 04:22:05 +02:00
8d6ef40020
* chore(yaml): upgraded from yaml.v2 to yaml.v3 * provided internal package to take care of backward compatible settings: * UnmarshalStrict method * mute io.EOF unmarshaling errors * marshal indenting with 2 chars * adapted unit tests to new yaml v3 Signed-off-by: Frederic BIDON <fredbi@yahoo.com> * fixed failing tests Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
18 lines
507 B
YAML
18 lines
507 B
YAML
apiVersion: krew.googlecontainertools.github.com/v1alpha2
|
|
kind: Plugin
|
|
metadata:
|
|
name: default
|
|
spec:
|
|
version: v1.0.1
|
|
platforms:
|
|
- bin: name
|
|
uri: https://dummyhost/download/v1.0.1/bin.tar.gz
|
|
sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
|
selector:
|
|
matchLabels:
|
|
os: darwin
|
|
arch: amd64
|
|
shortDescription: short desc honk
|
|
homepage: https://github.com/goreleaser
|
|
description: A run pipe test krew manifest and FOO=foo_is_bar
|