From 5914eb5809ff3cce30fd305d41c623ee9e9e6074 Mon Sep 17 00:00:00 2001 From: Vaishnav88sk Date: Wed, 12 Aug 2026 23:42:37 +0530 Subject: [PATCH] build: add nfpms config to generate deb and rpm packages Signed-off-by: Vaishnav88sk --- .goreleaser.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index fe66420d..284dcf53 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -32,6 +32,18 @@ brews: owner: microcks name: homebrew-tap +nfpms: + - id: microcks + package_name: microcks + vendor: Microcks + maintainer: Microcks + description: CLI for Microcks. + homepage: https://github.com/microcks/microcks-cli + license: Apache 2.0 + formats: + - deb + - rpm + sboms: - artifacts: archive