Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
LorbusChris committed Jul 6, 2021
1 parent d688f81 commit 276e5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/def.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ def prow_image(
x_defs = {"k8s.io/test-infra/prow/version.Name": component},
)

kwargs["architecture"] = "arm64"
container_image(
name = name,
base = ":%s-arm64" % app_name,
architecture = "arm64",
stamp = stamp,
**kwargs
)
Expand Down

0 comments on commit 276e5a9

Please sign in to comment.