Skip to content

Commit

Permalink
create multi-arch Wait Custom Task Controller image
Browse files Browse the repository at this point in the history
  • Loading branch information
Basavaraju-G authored and tekton-robot committed Apr 12, 2023
1 parent cb99768 commit 6f68e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/custom_task_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ spec:
func applyV1Beta1Controller(t *testing.T) {
t.Helper()
t.Log("Creating Wait v1beta1.CustomRun Custom Task Controller...")
cmd := exec.Command("ko", "apply", "-f", "./config/controller.yaml")
cmd := exec.Command("ko", "apply", "--platform", "linux/amd64,linux/s390x,linux/ppc64le", "-f", "./config/controller.yaml")
cmd.Dir = betaWaitTaskDir
out, err := cmd.CombinedOutput()
if err != nil {
Expand Down

0 comments on commit 6f68e80

Please sign in to comment.