rkt / rkt-builder

rkt-in-rkt builder ACI
14 stars 15 forks source link

acbuild.sh: Add arm64 support #10

Closed glevand closed 6 years ago

glevand commented 7 years ago

Updates the script to create and arm64 ACI image when run on an arm64 machine. Also, adds some additional debian packages to the amd64 ACI image to allow cross compiling of rkt for arm64 machines.

libfdt-dev is needed when building kernels for architectures that support a Linux device tree.

Related to: https://github.com/rkt/rkt/pull/3834

glevand commented 6 years ago

Please merge.