+cilium.io (#6034)

* Added cilium-cli

* Added hubble
This commit is contained in:
Max Anderson 2024-05-01 16:52:14 -04:00 committed by GitHub
parent 80a537c8e6
commit 12eb5fe979
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,20 @@
distributable:
url: https://github.com/cilium/cilium-cli/archive/refs/tags/v{{ version }}.tar.gz
strip-components: 1
display-name: cilium
versions:
github: cilium/cilium-cli/releases/tags
build:
dependencies:
go.dev: ^1.22
script: |
make install BINDIR={{ prefix }}/bin VERSION=v{{ version }}
provides:
- bin/cilium
test:
- cilium version | grep {{ version }}

View file

@ -0,0 +1,20 @@
distributable:
url: https://github.com/cilium/hubble/archive/refs/tags/v{{ version }}.tar.gz
strip-components: 1
display-name: hubble
versions:
github: cilium/hubble/releases/tags
build:
dependencies:
go.dev: ^1.22
script: |
make install BINDIR={{ prefix }}/bin VERSION={{ version }} GIT_BRANCH= GIT_HASH=
provides:
- bin/hubble
test:
- hubble version | grep {{ version }}