Bumping versions

This commit is contained in:
buildmaster
2023-06-23 22:06:23 +00:00
parent 097a270bce
commit 8715abcb88

View File

@@ -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