Skip to content

Commit

Permalink
Revert changes in the artifact build from #29890
Browse files Browse the repository at this point in the history
Revert changes introduced in #29890 that prevented all the artifacts to
be build.
  • Loading branch information
ph committed Jan 25, 2022
1 parent 1a3dbb5 commit 79b58d5
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 79b58d5

Please sign in to comment.