mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-25 01:26:14 +01:00
11 lines
185 B
Makefile
11 lines
185 B
Makefile
images = csi-driver-nfs gitea klippy-moonraker postgresql
|
|
|
|
all: $(images) bin
|
|
|
|
bin:
|
|
mkdir -p bin
|
|
|
|
%:
|
|
nix build .#dockerImages.$@ --out-link bin/$@.tar.gz
|
|
docker load < bin/$@.tar.gz
|