]> git.proxmox.com Git - dab-pve-appliances.git/blobdiff - ubuntu-24.04-noble-std-64/Makefile
add Ubuntu 24.04 Noble standard appliance
[dab-pve-appliances.git] / ubuntu-24.04-noble-std-64 / Makefile
diff --git a/ubuntu-24.04-noble-std-64/Makefile b/ubuntu-24.04-noble-std-64/Makefile
new file mode 100644 (file)
index 0000000..7caf58d
--- /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 bookworm