Read native schema installers for both Linux architectures #307
Loading…
Reference in a new issue
No description provided.
Delete branch "perf/rpg-native-reader"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ibmi-builder v20 adds a schema v3 reader before producers start publishing native installers. It verifies both declared static Linux executables, selects the current architecture, and retains the existing deadline, cancellation, evidence and immutable archive checks. Existing v1 Python and v2 Bash payloads remain supported.
Validation: the Bash payload suite passes locally, including v3 archive checks and unsupported-platform rejection. Each native image build also compiles a small installer in a cached fixture stage and tests positive v3 application. Go vet and diff checks pass. Native producer activation follows publication and consumer rollout.