Skip to content

Commit

Permalink
Revert changes in the artifact build from #29890 (#30007)
Browse files Browse the repository at this point in the history
  • Loading branch information
ph authored Jan 26, 2022
1 parent 1a3dbb5 commit a563681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/mage/crossbuild.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const defaultCrossBuildTarget = "golangCrossBuild"
var Platforms = BuildPlatforms.Defaults()

// SelectedPackageTypes is the list of package types
var SelectedPackageTypes []PackageType = []PackageType{TarGz}
var SelectedPackageTypes []PackageType = []PackageType{}

func init() {
// Allow overriding via PLATFORMS.
Expand Down

0 comments on commit a563681

Please sign in to comment.