fhdk/Build Iso Action
Installs prerequisites for building Manjaro on ubuntu
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 22, 2024
- License
- GPL 3.0
Pinned Snippet
uses: fhdk/buildiso@c2820918bb7f4fe07dbd28f6d39f609fb6637784 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| iso-profiles-repo | iso profiles to clone | no | https://scm.nix.dk/root/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 |
| kernel | kernel version | no | linux66 |
| release-tag | release tag to upload to (if set) | no | — |
| disable-multilib | disable multilib | no | true |
| version | dist_release version (upstream if not given) | no | — |
| code-name | code-name (upstream if not given) | no | — |
| dist-name | distribution name (upstream if not given) | no | nix.dk |
| iso-name | iso name (upstream if not given) | no | nix |
| dist-branding | branding (upstream if not given) | 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 | — |
| sf-project | sf upload credentials | no | — |
| sf-user | sf upload credentials | no | — |
| sf-key | sf upload credentials | no | — |
Outputs
| name | description |
|---|---|
| file-path | path of the generated iso |