Skip to content

Commit

Permalink
Generate nightly on arm64 as well
Browse files Browse the repository at this point in the history
since we have moved the dogfooding cluster on arm64, we should also
generate nightly images on arm64.

Signed-off-by: Chmouel Boudjnah <[email protected]>
  • Loading branch information
chmouel committed May 2, 2024
1 parent b204245 commit fda67be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/tknpac/generate/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func Command(run *params.Run, ioStreams *cli.IOStreams) *cobra.Command {
},
}
cmd.PersistentFlags().StringVar(&gopt.Event.BaseBranch, "branch", "",
"The target branch of the repository event to handle (eg: main, nightly)")
"The target branch for the PipelineRun to handle (eg: main, nightly)")
cmd.PersistentFlags().StringVar(&gopt.Event.EventType, "event-type", "",
"The event type of the repository event to handle (eg: pull_request, push)")
cmd.PersistentFlags().StringVar(&gopt.pipelineRunName, "pipeline-name", "",
Expand Down

0 comments on commit fda67be

Please sign in to comment.