ethanjli/Run PiGrow
Grows a Raspberry Pi SD card image, decompressing it if necessary.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Path of the image to grow | yes | — |
| destination | Path to write the grown image to | no | — |
| mode | Grow the image by the specified size, or grow the image to at least the specified size. Allowed values are `by`, `to`, and `none`. | no | none |
| size | Grow the image by the specified size, or to at least the specified size. | no | 0 |
Outputs
| name | description |
|---|---|
| destination | Path of the shrunken image |