1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-04-18 23:43:50 +02:00

Packer: Set label custom_image=archlinnux

This commit is contained in:
Sven-Hendrik Haase 2019-08-10 00:59:02 +02:00
parent 7d1ae2401b
commit 2c2c2c05a9

View File

@ -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",