You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to build (at least) x86_64 and aarch64 bases. Let's use this issue to discuss how.
notes:
rumprun-packages already allows for multi-arch via the RUMPRUN_TOOLCHAIN_TUPLE flag in rumprun-packages/config.mk.
make sure the RUMPRUN_TOOLCHAIN_TUPLE flag actually works on the latest nabla-containers/rumprun-packages repo (at least for redis, node, python, nginx).
apply the RUMPRUN_TOOLCHAIN_TUPLE flag trick to gorump
define the RUMPRUN_TOOLCHAIN_TUPLE in a single place at the top of nabla-base-build. XXX: Do we allow cross-compilation?
create multi-arch docker images. Use tags to differentiate the archs (is that how it's done?)
add tests for aarch64
The text was updated successfully, but these errors were encountered:
It would be nice to be able to build (at least) x86_64 and aarch64 bases. Let's use this issue to discuss how.
notes:
rumprun-packages already allows for multi-arch via the
RUMPRUN_TOOLCHAIN_TUPLE
flag inrumprun-packages/config.mk
.RUMPRUN_TOOLCHAIN_TUPLE
flag actually works on the latestnabla-containers/rumprun-packages
repo (at least for redis, node, python, nginx).RUMPRUN_TOOLCHAIN_TUPLE
flag trick togorump
RUMPRUN_TOOLCHAIN_TUPLE
in a single place at the top ofnabla-base-build
. XXX: Do we allow cross-compilation?The text was updated successfully, but these errors were encountered: