docker: enable buildx support by default

This commit is contained in:
Mark Vainomaa
2021-07-12 19:32:14 +03:00
parent 1553e742f5
commit 2c7bdb05de
@@ -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, glibc