Skip to content

Commit

Permalink
Remove cos to stop amazonlinux2 workflow terminating early
Browse files Browse the repository at this point in the history
  • Loading branch information
hanawatson authored Nov 1, 2023
1 parent e9f9b09 commit 4213b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operatingsystem/resolver/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
// OperatingSystems represents the available operating systems to use and their constructors.
var OperatingSystems = map[string]func(*docker.Client) operatingsystem.OperatingSystem{
amazonlinux2.Name: amazonlinux2.NewAmazonLinux2,
cos.Name: cos.NewCos,
//cos.Name: cos.NewCos,
}

// OperatingSystem resolves the given operatingsystem name to an implementation of operatingsystem.OperatingSystem
Expand Down

0 comments on commit 4213b50

Please sign in to comment.