mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-01 13:07:49 +02:00
24 lines
653 B
YAML
24 lines
653 B
YAML
|
apiVersion: krew.googlecontainertools.github.com/v1alpha2
|
||
|
kind: Plugin
|
||
|
metadata:
|
||
|
name: TestRunPipeUniversalBinary
|
||
|
spec:
|
||
|
version: v1.0.1
|
||
|
platforms:
|
||
|
- bin: unibin
|
||
|
uri: https://dummyhost/download/v1.0.1/unibin.tar.gz
|
||
|
sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
os: darwin
|
||
|
arch: amd64
|
||
|
- bin: unibin
|
||
|
uri: https://dummyhost/download/v1.0.1/unibin.tar.gz
|
||
|
sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
os: darwin
|
||
|
arch: arm64
|
||
|
shortDescription: Short desc
|
||
|
description: Some desc
|