chickenandpork/Synology Docker Kernel Action
Exercise a basic Synology container action to streamline the build of a kernel module
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| artifacts | Kernel derived objects to export as artifacts in a tarball ${package-arch}-${dsm-version}.txz; if ommitted, all .ko will be packaged | no | @ |
| package-arch | The Synology Package Arch: Apollolake, Armada37xx, Broadwell, Broadwellnk, Broadwellnkv2, Broadwellntbap, Denverton, Geminilake, KVMCloud, KVMx64, Purley, r1000, rtd1296, v1000 (case-insensitive) | yes | Denverton |
| dsm-version | The version of the target DSM (Major/Minor). ie: 7.2, 7.1 | yes | 7.2 |
| module-deactivate | Space-separated list of kconfig items to deactivate. ie: CONFIG_NFS CONFIG_SMB CONFIG_IPIP... | no | @ |
| module-modularize | Space-separated list of kconfig items to modularize. ie: CONFIG_NFS CONFIG_SMB CONFIG_IPIP... | no | @ |
Outputs
| name | description |
|---|---|
| time | The time the build completed |