manjaro/Manjaro Iso Action
Installs prerequisites for building Manjaro on ubuntu
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: manjaro/manjaro-iso-action@36031770cfda0b68ab80c29dd40242e40e27e235 # ci-test-ignore-me-58tags 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 | — |
| s3-cfg | S3 config | no | — |
Outputs
| name | description |
|---|---|
| file-path | path of the generated iso |