1
0
mirror of https://github.com/akpall/akpella.git synced 2026-02-21 08:36:59 +00:00

Makefile: support adding files from files folder

This commit is contained in:
2026-02-10 04:31:15 +02:00
parent 2e70874bfc
commit 1571a4b6c4
2 changed files with 3 additions and 0 deletions

View File

@@ -1,8 +1,11 @@
config.json: config.yaml config.json: config.yaml
docker run --rm -i \ docker run --rm -i \
--volume ${PWD}:/pwd \
--workdir /pwd \
quay.io/coreos/butane:latest \ quay.io/coreos/butane:latest \
--strict \ --strict \
--pretty \ --pretty \
--files-dir files \
< config.yaml > config.json < config.yaml > config.json
.reset: config.json .reset: config.json

0
files/.gitkeep Normal file
View File