Update library-php8.2.yaml #197
Open
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
This PR adds GitHub Actions CI support for the Unikraft library package:
php:8.2.Each workflow includes:
✅ run-local: Builds and runs the unikernel locally via QEMU
⚠️ push: Prepares OCI images for publishing (requires registry credentials)
✅ build: Matrix builds for QEMU and Firecracker (x86_64)
🕒 schedule: Runs the workflow daily via cron
Test logic performs functional checks such as:
kraft buildkraft runThis setup improves test coverage and CI reliability by ensuring that:
php:8.2builds cleanly for both platformsNote
pushstep requiresREG_USERNAMEandREG_TOKENsecretsto be configured in the repository in order to push OCI images to
index.unikraft.io.Only local tests were verified during development.
Checklist
php:8.2librarygit commit -s)