Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
makefile: prevent passing an unknown --arch argument to docker
Assert that if the CONTAINER_CMD is docker that the --arch flag will not be passed to the container engine. Only pass an --arch flag (to podman) if BUILD_ARCH is set to some non-empty value. Signed-off-by: John Mulligan <[email protected]>
- Loading branch information