docker: enable buildx support by default
This commit is contained in:
parent
1553e742f5
commit
2c7bdb05de
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue