-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We have two different code paths:
- modern
$ docker buildx - legacy
$ docker build
Lines 188 to 192 in 0e6e5bc
| // use buildx when platforms set. it's almost same as "$ docker build" but it almost transparently | |
| // supports cross-architecture builds via binftm_misc + QEMU userspace emulation | |
| useBuildx := len(dockerImage.Platforms) > 0 | |
| if useBuildx { |
Remove 2 so we only have one code path left.
Metadata
Metadata
Assignees
Labels
No labels