loeken/Manjaro Iso Action
Installs prerequisites for building Manjaro on ubuntu
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 26, 2023
- License
- None
Pinned Snippet
uses: loeken/loekenjaro-iso-profiles@267c691db1f3416425c1377fd9d5a5bac357ba8e # v20.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| iso-profiles-repo | iso profiles to clone | no | https://gitlab.manjaro.org/profiles-and-settings/iso-profiles |
| iso-profiles-branch | branch of the iso profiles to check out | no | — |
| edition | name of the iso profile to build | yes | — |
| branch | stable (default), testing, unstable | no | stable |
| scope | full (default) or minimal image | no | full |
| version | dist_release version (upstream if not given) | no | — |
| kernel | kernel version | no | linux510 |
| code-name | manjaro code-name (upstream if not given) | no | — |
| release-tag | release tag to upload to (if set) | no | — |
| custom-repo | name a custom repo to be prioritized above the default ones | no | — |
| office-chooser | include calamares office installer module | no | false |
| build-mirror | specific build mirror to use | no | https://mirror.easyname.at/manjaro |
| gpg-secret-key-base64 | base64 encoded gpg secret key (without a passphrase) to sign the zip (if set) | no | — |
| gpg-passphrase | phrase to decrypt the gpg secret key if given | no | — |
| additional-trusted-gpg | gpg keyids that pacman should trust | no | — |
| cdn77-host | cdn77 upload credentials | no | — |
| cdn77-user | cdn77 upload credentials | no | — |
| cdn77-pwd | cdn77 upload credentials | no | — |
| sf-project | sf upload credentials | no | — |
| sf-user | sf upload credentials | no | — |
| sf-key | sf upload credentials | no | — |
| osdn-project | osdn upload credentials | no | — |
| osdn-user | osdn upload credentials | no | — |
| osdn-key | osdn upload credentials | no | — |
Outputs
| name | description |
|---|---|
| file-path | path of the generated iso |