Skip to content

Commit

Permalink
chore: replace loadtest string with its constant
Browse files Browse the repository at this point in the history
  • Loading branch information
smorihira committed Sep 5, 2024
1 parent a9dfcfd commit 298b4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/actions/gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ func (data *Data) setBuildPlatforms() {
if data.AliasImage {
data.BuildPlatforms = "linux/amd64,linux/arm64"
}
if data.ContainerType == CIContainer || data.Name == "loadtest" {
if data.ContainerType == CIContainer || data.Name == loadtest {
data.BuildPlatforms = "linux/amd64"
}
}
Expand Down

0 comments on commit 298b4d8

Please sign in to comment.