1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/internal/pipe/krew/testdata/TestFullManifest.yaml
fredbi 8d6ef40020
feat(yaml): upgraded from yaml.v2 to yaml.v3 (#3004)
* 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>
2022-03-29 14:00:53 -03:00

54 lines
1.8 KiB
YAML

apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: TestFullManifest
spec:
version: v0.1.3
platforms:
- bin: test
uri: https://github.com/caarlos0/test/releases/download/v0.1.3/test_Darwin_x86_64.tar.gz
sha256: 1633f61598ab0791e213135923624eb342196b3494909c91899bcd0560f84c68
selector:
matchLabels:
os: darwin
arch: amd64
- bin: test
uri: https://github.com/caarlos0/test/releases/download/v0.1.3/test_Darwin_arm64.tar.gz
sha256: 1633f61598ab0791e213135923624eb342196b3494909c91899bcd0560f84c68
selector:
matchLabels:
os: darwin
arch: arm64
- bin: test
uri: https://github.com/caarlos0/test/releases/download/v0.1.3/test_Linux_x86_64.tar.gz
sha256: 1633f61598ab0791e213135923624eb342196b3494909c91899bcd0560f84c67
selector:
matchLabels:
os: linux
arch: amd64
- bin: test
uri: https://github.com/caarlos0/test/releases/download/v0.1.3/test_Arm6.tar.gz
sha256: 1633f61598ab0791e213135923624eb342196b3494909c91899bcd0560f84c67
selector:
matchLabels:
os: linux
arch: arm
- bin: test
uri: https://github.com/caarlos0/test/releases/download/v0.1.3/test_Arm64.tar.gz
sha256: 1633f61598ab0791e213135923624eb342196b3494909c91899bcd0560f84c67
selector:
matchLabels:
os: linux
arch: arm64
- bin: test.exe
uri: https://github.com/caarlos0/test/releases/download/v0.1.3/test_windows_amd64.zip
sha256: 1633f61598ab0791e213135923624eb342196b3494909c91899bcd0560f84c67
selector:
matchLabels:
os: windows
arch: amd64
shortDescription: Short desc
homepage: https://google.com
caveats: some caveat
description: Some desc