From 1d1f23261db0500fd33ce694cdf472da240a6e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibaut=20M=C3=89LEN?= <20891897+ThibautMelen@users.noreply.github.com> Date: Sat, 11 Jul 2026 14:42:50 +0200 Subject: [PATCH] feat: add nika distribution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Nika 🦋 --- distributions/distributions.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/distributions/distributions.yaml b/distributions/distributions.yaml index dd3e8dd..fc974bc 100644 --- a/distributions/distributions.yaml +++ b/distributions/distributions.yaml @@ -3361,6 +3361,31 @@ sources: binaries: - naabu + nika: + description: Workflow engine for AI - YAML DAGs statically checked before execution, tamper-evident traces after + url: https://github.com/supernovae-st/nika + map: + darwin: macos + amd64: x64 + supported_platforms: + - os: linux + arch: amd64 + - os: linux + arch: arm64 + - os: darwin + arch: amd64 + - os: darwin + arch: arm64 + list: + type: github-releases + url: https://api.github.com/repos/supernovae-st/nika/releases + fetch: + url: https://github.com/supernovae-st/nika/releases/download/v{{ .Version }}/nika-{{ .OS }}-{{ .Arch }}-{{ .Version }}.tar.gz + install: + type: tgz + binaries: + - ^nika$ + node-problem-detector: description: This is a place for various problem detectors running on the Kubernetes nodes. url: https://github.com/kubernetes/node-problem-detector/