Skip to content

Commit b496099

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
hack: reformat comment
Fit in line length. Signed-off-by: John Mulligan <[email protected]>
1 parent ff8ef73 commit b496099

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hack/build-image

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ def container_build(cli, target):
248248
else:
249249
args = [eng, "build"]
250250
if target.arch != host_arch() or FORCE_ARCH_FLAG:
251-
# We've noticed a few small quirks when using podman with the --arch
252-
# option. The main issue is that building the client image works
253-
# but then the toolbox image fails because it somehow doesn't see
254-
# the image we just built as usable. This doesn't happen when
251+
# We've noticed a few small quirks when using podman with the
252+
# --arch option. The main issue is that building the client image
253+
# works but then the toolbox image fails because it somehow doesn't
254+
# see the image we just built as usable. This doesn't happen when
255255
# --arch is not provided. So if the target arch and the host_arch
256256
# are the same, skip passing the extra argument.
257257
args += [f"--arch={target.arch}"]

0 commit comments

Comments
 (0)