docker: enable buildx support by default

This commit is contained in:
Mark Vainomaa 2021-06-06 14:35:36 +03:00
parent 1553e742f5
commit 2c7bdb05de
No known key found for this signature in database
GPG key ID: 1B3F9523B542D315

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, glibc