mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-20 15:59:53 +00:00
12 lines
137 B
Makefile
12 lines
137 B
Makefile
generate:
|
|
docker buildx bake generate
|
|
|
|
build:
|
|
docker buildx bake build
|
|
|
|
lint:
|
|
docker buildx bake lint
|
|
|
|
unit:
|
|
docker buildx bake unit
|