From 2c2c2c05a98acb60af64facb94875827d47bd05b Mon Sep 17 00:00:00 2001
From: Sven-Hendrik Haase <svenstaro@gmail.com>
Date: Sat, 10 Aug 2019 00:59:02 +0200
Subject: [PATCH] Packer: Set label custom_image=archlinnux

---
 packer/archlinux.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/packer/archlinux.json b/packer/archlinux.json
index e7ff446db..6cc390aeb 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",
-- 
GitLab