We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a30fc commit 9e9d9a7Copy full SHA for 9e9d9a7
Makefile
@@ -42,6 +42,12 @@ lxc:
42
rm -rf .packer/build/lxc
43
$(PACKER) build -only lxc packer/build.json
44
45
+lxd:
46
+ mkdir -p dist
47
+ rm -rf dist/*lxd*
48
+ rm -rf .packer/build/lxd
49
+ $(PACKER) build -only lxd packer/build.json
50
+
51
release:
52
bash scripts/release.sh
53
packer/build.json
@@ -24,6 +24,15 @@
24
],
25
"target_runlevel": 3
26
},
27
+ {
28
+ "type": "lxd",
29
+ "name": "lxd",
30
+ "image": "images:debian/{{ user `release` }}",
31
+ "output_image": "shell-local",
32
+ "publish_properties": {
33
+ "description": "hashbang shell-server"
34
+ }
35
+ },
36
{
37
"name": "qemu",
38
"type": "qemu",
0 commit comments