docker: enable buildx support by default

(cherry picked from commit 2c7bdb05dee8d8e5e9b3bd763554618c27b50a24)
This commit is contained in:
Mark Vainomaa 2021-06-06 14:35:36 +03:00 committed by github-actions[bot]
parent 405f6e41f8
commit 66b051a576

View File

@ -8,7 +8,7 @@ rec {
, moby-src
, runcRev, runcSha256
, containerdRev, containerdSha256
, tiniRev, tiniSha256, buildxSupport ? false
, tiniRev, tiniSha256, buildxSupport ? true
# package dependencies
, stdenv, fetchFromGitHub, buildGoPackage
, makeWrapper, installShellFiles, pkg-config