File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -248,10 +248,10 @@ def container_build(cli, target):
248
248
else :
249
249
args = [eng , "build" ]
250
250
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
255
255
# --arch is not provided. So if the target arch and the host_arch
256
256
# are the same, skip passing the extra argument.
257
257
args += [f"--arch={ target .arch } " ]
You can’t perform that action at this time.
0 commit comments