feat: add Arch Linux package support to nfpms

Carlos Alexandro Becker and Crush created

Enable archlinux format in nfpms configuration to generate
Arch Linux packages alongside existing deb and rpm packages.

💖 Generated with Crush
Co-Authored-By: Crush <noreply@crush.charm.land>

Change summary

.goreleaser.yml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

.goreleaser.yml 🔗

@@ -115,6 +115,7 @@ nfpms:
   - formats:
       - deb
       - rpm
+      - archlinux
     file_name_template: "{{ .ConventionalFileName }}"
     contents:
       - src: ./completions/crush.bash