fix build when no client.

This commit is contained in:
Miroslav Šedivý 2025-03-30 21:52:40 +02:00
parent eba9821614
commit 2a714aa1ec

2
build
View file

@ -296,4 +296,4 @@ docker run --rm -i \
--entrypoint go \
golang:1.24-bullseye \
run ./docker/main.go \
-i Dockerfile.tmpl -client $CLIENT_DIST | build_image $BASE_IMAGE -f - .
-i Dockerfile.tmpl -client "$CLIENT_DIST" | build_image $BASE_IMAGE -f - .