diff --git a/.goreleaser.yml b/.goreleaser.yml
index 1e89fe7643282c978b80784e6b64413778ae04b8..010a9e58d8ad3703c976faf0e898ca397c850782 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -13,17 +13,19 @@ builds:
       - "-X github.com/aquasecurity/kube-bench/cmd.KubeBenchVersion={{.Version}}"
       - "-X github.com/aquasecurity/kube-bench/cmd.cfgDir={{.Env.KUBEBENCH_CFG}}"
 # Archive customization
-archive:
-  format: tar.gz
-  files:
-    - "cfg/**/*"
-nfpm:
-  vendor: Aqua Security
-  description: "The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed according to security best practices"
-  license: Apache-2.0
-  homepage: https://github.com/aquasecurity/kube-bench
-  files:
-    "cfg/**/*": "/etc/kube-bench/cfg"
-  formats:
-    - deb
-    - rpm
+archives:
+  - id: default
+    format: tar.gz
+    files:
+      - "cfg/**/*"
+nfpms:
+  -
+    vendor: Aqua Security
+    description: "The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed according to security best practices"
+    license: Apache-2.0
+    homepage: https://github.com/aquasecurity/kube-bench
+    files:
+      "cfg/**/*": "/etc/kube-bench/cfg"
+    formats:
+      - deb
+      - rpm