]> git.proxmox.com Git - dab-pve-appliances.git/blame - 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
CommitLineData
8729de70
TL
1BASEDIR:=$(shell dab basedir)
2
3all: info/init_ok
4 dab bootstrap
5 ###
6 # NOTE: zstd appliances are only supported on PVE >= 7.0, take care on upload!
7 ###
8 dab finalize --compressor zstd-max
9
10info/init_ok: dab.conf
11 dab init
12 touch $@
13
14.PHONY: clean
15clean:
16 dab clean
17 rm -f *~
18
19.PHONY: dist-clean
20dist-clean:
21 dab dist-clean
22 rm -f *~
23
24upload: TARGET=$(shell dab targetname)
25upload:
26 tar cf - $(TARGET).* | ssh repoman upload --type apl --dist bookworm