From 8715abcb88bcc477637a6242b95a4c7da0b98d1d Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 23 Jun 2023 22:06:23 +0000 Subject: [PATCH] Bumping versions --- README.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.adoc b/README.adoc index c23d1153..d7183fa6 100644 --- a/README.adoc +++ b/README.adoc @@ -2235,6 +2235,19 @@ The generated eclipse projects can be imported by selecting `import existing pro from the `file` menu. +=== Building Docker Images On ARM64 + +If you run the Spring Cloud Kuberentes build on an ARM64 machine the docker images +used for the integration tests will fail to run due to using the wrong architecture. +This is because the Paketo build pack does not yet support ARM64. To work around this you +can run the build by passing `-Dspring-boot.build-image.builder=dashaun/builder:tiny` to Maven. + +For example: +``` +./mvnw clean install -Dspring-boot.build-image.builder=dashaun/builder:tiny +``` + + == Contributing :spring-cloud-build-branch: master