mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
9 lines
129 B
Protocol Buffer
9 lines
129 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package errdefs;
|
|
|
|
import "github.com/moby/buildkit/solver/pb/ops.proto";
|
|
|
|
message Build {
|
|
string Ref = 1;
|
|
} |