Skip to content

Commit

Permalink
Update hack/actions/gen/main.go
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroto Funakoshi <[email protected]>
  • Loading branch information
hlts2 authored Sep 9, 2024
1 parent 5203d39 commit fb6c65e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/actions/gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,9 @@ const (
)

const (
multiPlatforms = "linux/amd64,linux/arm64"
multiPlatforms = amd64Platform + "," + arm64Platform
amd64Platform = "linux/amd64"
arm64Platform = "linux/arm64"
)

func (data *Data) initPullRequestPaths() {
Expand Down

0 comments on commit fb6c65e

Please sign in to comment.