Skip to content

Commit 56a9bf2

Browse files
authored
Merge pull request #1597 from Bastian-Krause/bst/docker-buildx-fix
dockerfiles/build.sh: fix buildx detection
2 parents 2ba7e8f + d6ebde1 commit 56a9bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ has_buildx() {
3131
local docker_cmd
3232
docker_cmd="${1}"
3333

34-
"${docker_cmd}" buildx --help >/dev/null 2>&1
34+
"${docker_cmd}" buildx version >/dev/null 2>&1
3535
}
3636

3737
get_docker_cmd() {

0 commit comments

Comments
 (0)