]> git.proxmox.com Git - dab-pve-appliances.git/blobdiff - ubuntu-23.04-lunar-std-64/Makefile
ubuntu: add 23.04 lunar lobster release
[dab-pve-appliances.git] / ubuntu-23.04-lunar-std-64 / Makefile
diff --git a/ubuntu-23.04-lunar-std-64/Makefile b/ubuntu-23.04-lunar-std-64/Makefile
new file mode 100644 (file)
index 0000000..ec0d197
--- /dev/null
@@ -0,0 +1,26 @@
+BASEDIR:=$(shell dab basedir)
+
+all: info/init_ok
+       dab bootstrap
+       ###
+       # NOTE: zstd appliances are only supported on PVE >= 7.0, take care on upload!
+       ###
+       dab finalize --compressor zstd-max
+
+info/init_ok: dab.conf
+       dab init
+       touch $@
+
+.PHONY: clean
+clean:
+       dab clean
+       rm -f *~
+
+.PHONY: dist-clean
+dist-clean:
+       dab dist-clean
+       rm -f *~
+
+upload: TARGET=$(shell dab targetname)
+upload:
+       tar cf - $(TARGET).* | ssh repoman upload --type apl --dist bullseye