summaryrefslogtreecommitdiff
path: root/Makefile
blob: aa01cfa4d64fdcef16fcec4876ce3ccd9712e397 (plain)
1
2
3
4
5
6
7
8
9
BUTANE := podman run --rm --interactive --security-opt label=disable --volume ${PWD}:/pwd --workdir /pwd quay.io/coreos/butane:release

-include custom.mk

.PHONY: all
all: config.ign rpi4.ign

%.ign: %.bu $(wildcard parts/*)
	$(BUTANE) --pretty --strict $*.bu -d ./ > $@