diff --git a/packer/archlinux.json b/packer/archlinux.json
index e7ff446dbf03228e5a00b96ac8e20c5390061ce3..6cc390aeb3017be387fa58769109739dabf89ca7 100644
--- a/packer/archlinux.json
+++ b/packer/archlinux.json
@@ -6,6 +6,9 @@
     "builders": [{
         "type": "hcloud",
         "snapshot_name": "archlinux-{{ isotime \"2006-01-02T15:04\" }}",
+        "snapshot_labels": {
+            "custom_image": "archlinux"
+        },
         "token": "{{ user `hetzner_cloud_api_key` }}",
         "image": "ubuntu-18.04",
         "server_type": "cx11",