Files
zitadel/Makefile
Florian Forster f107a7bbb8 test
2025-02-25 21:59:28 +01:00

11 lines
136 B
Makefile

generate:
docker buildx bake generate
build:
docker buildx bake build
lint:
docker buildx bake lint
unit:
docker buildx bake unit