Skip to content

Commit

Permalink
Fix compatibility with other architectures
Browse files Browse the repository at this point in the history
See #899
  • Loading branch information
theotherp committed Nov 20, 2023
1 parent e3f3dfd commit d3924c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@
<builder>paketobuildpacks/builder:tiny</builder>
<env>
<BP_NATIVE_IMAGE>true</BP_NATIVE_IMAGE>
<BP_NATIVE_IMAGE_BUILD_ARGUMENTS>-march=compatibility</BP_NATIVE_IMAGE_BUILD_ARGUMENTS>
</env>
</image>
</configuration>
Expand All @@ -529,6 +530,7 @@
<buildArg>-H:DeadlockWatchdogInterval=0</buildArg>
<buildArg>--initialize-at-build-time=org.apache.commons.logging.LogFactoryService</buildArg>
<buildArg>-H:+StaticExecutableWithDynamicLibC</buildArg>
<buildArg>-march=compatibility</buildArg>
<buildArg>--no-fallback -J-Xmx7g</buildArg>
</buildArgs>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
Expand Down
6 changes: 6 additions & 0 deletions core/src/main/resources/changelog.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit d3924c1

Please sign in to comment.