dune
dune copied to clipboard
pkg: set arch variable when solving portable lockdir
Without the arch variable set to a known architecture the ocaml-compiler package only installs the bytecode compiler. This change sets arch to x86_64 and arm64 in the default solver environments.
Fixes https://github.com/ocaml/dune/issues/11926