mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-21 15:11:57 +00:00
11 lines
136 B
Makefile
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
|