Enable binfmt
also for armv6l-linux
This commit is contained in:
parent
9dfb48ba0c
commit
8efbd6f577
1 changed files with 2 additions and 1 deletions
|
@ -3,9 +3,10 @@
|
|||
"i686-linux"
|
||||
"aarch64-linux"
|
||||
"riscv64-linux"
|
||||
"armv6l-linux"
|
||||
];
|
||||
nix.extraOptions = ''
|
||||
extra-platforms = aarch64-linux arm-linux i686-linux riscv64-linux
|
||||
extra-platforms = aarch64-linux arm-linux i686-linux riscv64-linux armv6l-linux
|
||||
'';
|
||||
|
||||
# XXX For some reason `docker buildx` isn't aware of this:
|
||||
|
|
Loading…
Add table
Reference in a new issue