icewhaletech/Build ZimaOS AppStore
Build ZimaOS AppStore dist output from source files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Source repository root | no | . |
| output | Output directory | no | dist |
| base-url | Base URL prefix for generated asset links | no | "" |
| cache-file | Optional image metadata cache file | no | "" |
| digest-cache-file | Optional image digest cache file | no | "" |
| report-json | Optional structured build report JSON output path | no | "" |
| report-title | Optional title used in the structured build report | no | Build V2 Store Report |
| python-version | Python version used to run the build | no | 3.11 |
| install-system-deps | Install required apt packages on the runner | no | true |
Outputs
| name | description |
|---|---|
| output-dir | Final output directory passed to build_appstore.py |
| metadata-bundle | Path to the generated bootstrap metadata tarball |
| metadata-bundle-sha256 | Path to the SHA-256 checksum file for the bootstrap metadata tarball |
| base-url | Final base URL used for the build |
| report-json | Structured build report JSON path when report generation is enabled |
| status | Build status captured for the run |