build: support local state group

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-09-25 23:28:22 +02:00
parent 9b7d30c9a0
commit 3dcb03452c
8 changed files with 222 additions and 136 deletions

View File

@ -78,6 +78,7 @@ message BuildOptions {
bool ExportLoad = 27;
moby.buildkit.v1.sourcepolicy.Policy SourcePolicy = 28;
string Ref = 29;
string GroupRef = 30;
}
message ExportEntry {