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