From aeb2c43aede86cbe6b516e8fe43e067da4b4f3fa Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Mon, 15 Dec 2025 18:54:38 +0000 Subject: [PATCH] ci: limit deb/rpm packages to `linux` build Signed-off-by: Babak K. Shandiz --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index c60fdfa89..15f5c2f12 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -76,7 +76,8 @@ archives: - LICENSE nfpms: #build:linux - - license: MIT + - ids: [linux] + license: MIT maintainer: GitHub homepage: https://github.com/cli/cli bindir: /usr