mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Build: enables deployment of enterprise msi (#21607)
This commit is contained in:
parent
cc2586d250
commit
b2c235c46d
@ -44,14 +44,6 @@ func main() {
|
||||
if enterprise {
|
||||
product = "grafana-enterprise"
|
||||
baseURL = createBaseURL(archiveProviderRoot, "enterprise", product, nightly)
|
||||
var err error
|
||||
buildArtifacts, err = filterBuildArtifacts(completeBuildArtifactConfigurations, Remove, []artifactFilter{
|
||||
{os: "win-installer", arch: "amd64"},
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
log.Fatalf("Could not filter to the selected build artifacts, err=%v", err)
|
||||
}
|
||||
|
||||
} else {
|
||||
product = "grafana"
|
||||
|
Loading…
Reference in New Issue
Block a user