Skip to content

Commit

Permalink
build: set MaxDistroVersionsToSupport to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Oct 16, 2024
1 parent 9f523df commit a811dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packagecloud/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func main() {
PackagecloudRepo: os.Getenv("PACKAGECLOUD_REPO"),
PackagecloudAPIKey: os.Getenv("PACKAGECLOUD_APIKEY"),

MaxDistroVersionsToSupport: 5,
MaxDistroVersionsToSupport: 10,
MaxPackageVersionsToKeep: 3,
}
maxDistrosVersionsToSupport, _ := strconv.Atoi(os.Getenv("PACKAGECLOUD_MAX_DISTRO_VERSIONS_TO_SUPPORT"))
Expand Down

0 comments on commit a811dd4

Please sign in to comment.