[PATCH v1 30/30] docker: Update build-pb with platforms

Geoff Levand geoff at infradead.org
Wed Jul 25 08:15:46 AEST 2018


Signed-off-by: Geoff Levand <geoff at infradead.org>
---
 docker/build-pb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/build-pb b/docker/build-pb
index ad08ef9..6df5b51 100755
--- a/docker/build-pb
+++ b/docker/build-pb
@@ -116,4 +116,4 @@ cd "${TOP_DIR}"
 docker_args="${docker_base_args} ${docker_user_args}"
 run_cmd "docker run ${docker_args} ${DOCKER_TAG} /bin/bash \
 	-e ${bash_debug} \
-	-c './bootstrap && ./configure --with-ncurses && make && ${docker_extra}'"
+	-c './bootstrap && ./configure --with-ncurses --enable-platform-arm64 --enable-platform-powerpc && make && ${docker_extra}'"
-- 
2.14.1



More information about the Petitboot mailing list