mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
52cf951c30
* feat: krew support * fix: adds it to the pipe * chore: fmt * test: improvements * fix: rm unused code * fix: stringer * fix: tmpl * test: improvements * fix: lint issues * fix: only allow 1 binary per archive * fix: validate * chore: comment * fix: renamed to manifest * fix: krew plugin manifest * fix: name * fix: godoc * fix: install validate-krew-manifest on ci * fix: helper * fix: ensure order * fix: testing * docs: guidelines * fix: flag
54 lines
1.7 KiB
YAML
54 lines
1.7 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
|