From dae518fc516a90d95cc5336a576295933b3bdca6 Mon Sep 17 00:00:00 2001 From: zzwong <6979793+zzwong@users.noreply.github.com> Date: Fri, 4 Sep 2026 02:19:05 -0400 Subject: [PATCH] feat: build Arch Linux packages --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 4fda081..d47b2c5 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -116,7 +116,7 @@ nfpms: maintainer: Open CLI Collective description: Read-only command-line interface for Google services license: MIT - formats: [deb, rpm] + formats: [deb, rpm, archlinux] bindir: /usr/bin contents: - src: LICENSE @@ -129,7 +129,7 @@ nfpms: maintainer: Open CLI Collective description: Read-write command-line interface for Google services license: MIT - formats: [deb, rpm] + formats: [deb, rpm, archlinux] bindir: /usr/bin contents: - src: LICENSE