mirror of
https://github.com/mudler/luet.git
synced 2025-08-25 10:28:46 +00:00
5 lines
135 B
Makefile
5 lines
135 B
Makefile
generate:
|
|
buildctl build --frontend dockerfile.v0 --local context=. --local dockerfile=. --output type=local,dest=.
|
|
|
|
.PHONY: generate
|