mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-12 14:37:08 +08:00
controller: don't write metadata file in controller
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
@ -71,11 +71,10 @@ message BuildOptions {
|
||||
UlimitOpt Ulimits = 22;
|
||||
|
||||
string Builder = 23;
|
||||
string MetadataFile = 24;
|
||||
bool NoCache = 25;
|
||||
bool Pull = 26;
|
||||
bool ExportPush = 27;
|
||||
bool ExportLoad = 28;
|
||||
bool NoCache = 24;
|
||||
bool Pull = 25;
|
||||
bool ExportPush = 26;
|
||||
bool ExportLoad = 27;
|
||||
}
|
||||
|
||||
message ExportEntry {
|
||||
|
Reference in New Issue
Block a user