diff --git a/core/pom.xml b/core/pom.xml index 27c7fc198..bdfb2ad36 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -505,6 +505,7 @@ paketobuildpacks/builder:tiny true + -march=compatibility @@ -529,6 +530,7 @@ -H:DeadlockWatchdogInterval=0 --initialize-at-build-time=org.apache.commons.logging.LogFactoryService -H:+StaticExecutableWithDynamicLibC + -march=compatibility --no-fallback -J-Xmx7g ${project.build.outputDirectory} diff --git a/core/src/main/resources/changelog.yaml b/core/src/main/resources/changelog.yaml index 14244957a..eb3d73887 100644 --- a/core/src/main/resources/changelog.yaml +++ b/core/src/main/resources/changelog.yaml @@ -1,4 +1,10 @@ #@formatter:off +- version: "v5.3.3" + date: "2023-11-20" + changes: + - type: "fix" + text: "Windows releases didn't run on intel CPUs (see what I wrote below about this being hard?). See #899" + final: true - version: "v5.3.2" date: "2023-11-18" changes: