CI: move grafana-build into pkg/build (#105640)
* move grafana-build into pkg/build
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package flags
|
||||
|
||||
import "github.com/urfave/cli/v2"
|
||||
|
||||
var Platform = &cli.StringFlag{
|
||||
Name: "platform",
|
||||
Usage: "The buildkit / dagger platform to run containers when building the backend",
|
||||
Value: DefaultPlatform,
|
||||
}
|
||||
Reference in New Issue
Block a user