Skip to content

Fix native compiles not running on our AMD nodes

Martin Lowe requested to merge malowe/main/native-poc into main
  • Update OKD image policy to only pull if there's no copy in OKD

  • Fix native compiles not running on our AMD nodes

As part of our roll out, one of our nodes attempted to start in an AMD-managed OKD node and failed to start. This is due to the build running in an Intel node that had access to the x86-64-v3 instruction set and compiling in that more efficient/modern standard. When attempting to start in AMD, this isn't available and fails to start.

See: https://quarkus.io/guides/native-reference#work-around-missing-cpu-features

Merge request reports