Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dockerfiles/build.sh: fix buildx detection
`docker <subcommand> --help` cannot be used to detect whether a sub command is available because it exits with 0 no matter if the sub command exists or not. Use `docker buildx version` as a test for buildx support instead. Fixes: 17765c7 ("dockerfiles: support for docker/podman buildx") Reported-by: Sebastian Groß <[email protected]> Signed-off-by: Bastian Krause <[email protected]>
- Loading branch information