From 1571a4b6c4acdc86842524b9aa09966b1597f394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allen-Kristjan=20P=C3=A4ll?= Date: Tue, 10 Feb 2026 04:31:15 +0200 Subject: [PATCH] Makefile: support adding files from files folder --- Makefile | 3 +++ files/.gitkeep | 0 2 files changed, 3 insertions(+) create mode 100644 files/.gitkeep diff --git a/Makefile b/Makefile index 2ea2d8e..70ba800 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,11 @@ config.json: config.yaml docker run --rm -i \ + --volume ${PWD}:/pwd \ + --workdir /pwd \ quay.io/coreos/butane:latest \ --strict \ --pretty \ + --files-dir files \ < config.yaml > config.json .reset: config.json diff --git a/files/.gitkeep b/files/.gitkeep new file mode 100644 index 0000000..e69de29