interface Builder {
    CrossCompilers: clientpb.CrossCompiler[];
    GOARCH: string;
    GOOS: string;
    Name: string;
    OperatorName: string;
    Targets: clientpb.CompilerTarget[];
    Templates: string[];
}

Properties

CrossCompilers: clientpb.CrossCompiler[]
GOARCH: string

The builder's Arch

GOOS: string

The builder's OS

Name: string
OperatorName: string
Templates: string[]