diff --git a/docs/modules/ROOT/pages/spring-cloud-kubernetes.adoc b/docs/modules/ROOT/pages/spring-cloud-kubernetes.adoc index 90188d245..142406134 100644 --- a/docs/modules/ROOT/pages/spring-cloud-kubernetes.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-kubernetes.adoc @@ -35,20 +35,6 @@ To see the list of all Kubernetes related configuration properties please check Click https://docs.spring.io/spring-cloud-build/reference/building.html[here] for basic building instructions. -[[building-docker-images-on-arm64]] -=== 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]] == Contributing diff --git a/pom.xml b/pom.xml index 97bc416d3..b03924a51 100644 --- a/pom.xml +++ b/pom.xml @@ -376,5 +376,18 @@ + + + build-image-aarch64 + + + aarch64 + + + + dashaun/builder:tiny + +