feat: Add pnp-processor-build-native-image workflow for native builds - #399
Merged
Merged
Conversation
Adopts pnp-processor-build-image.yml for GraalVM native image builds, following the same pattern used to derive pnp-build-native-autopilot-processor-nested.yml from pnp-build-autopilot-processor-nested.yml: splits test and native build-image into separate jobs (native compile runs on a 4-core runner with an 80 minute timeout), adds graalvm-version/distribution inputs, and bumps the default java-version to 25. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2 tasks
abednii
approved these changes
Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pnp-processor-build-native-image.yml, a GraalVM native-image variant ofpnp-processor-build-image.ymlpnp-build-native-autopilot-processor-nested.ymlfrompnp-build-autopilot-processor-nested.yml: splits the singlebuildjob intotestandbuild-imagejobs, runs the native compile on a 4-core runner (ubuntu-latest-4-cores, 80 min timeout), addsgraalvm-version/graalvm-distributioninputs, drops thenative-image/use-old-setup-javatoggles, and bumps the defaultjava-versionto25pnp-processor-build-image.ymlTest plan
python3 -c "import yaml; yaml.safe_load(...)")testandbuild-imagejobs run and push an image successfully🤖 Generated with Claude Code