menci/Build Arch Linux Package
Build Archlinux / Manjaro package with Docker, auto resolve AUR dependencies, for AMD64 or ARM64
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| docker-image | The Docker Image used to build the packages. Recommended are "menci/aur-builder-archlinux:latest", "menci/aur-builder-manjaro:latest". | no | menci/aur-builder-archlinux:latest |
| platform | The platform (architecture) to build. Possible values are "linux/amd64" and "linux/arm64". | no | linux/amd64 |
| pkgbuild-directory | The directory containing PKGBUILD and other files required. | yes | — |
| extra-build-dependencies | Extra build dependencies to install before building. | no | "" |
| repo-url | Your repo's URL. If specfied, the existence of the target package (with target version) will be tested by HEADing the URL <repo-url>/<package-file>. | no | "" |
| force-rebuild | Don't check if the existence of the target package even if `repo-url` option is specfied. | no | false |
| target-directory | The target directory (on GitHub Action runner) to put the built package files to. | yes | — |
| packager | The value of "Packager" field of built package. | no | https://github.com/Menci/build-aur-package |
| build-log-file | The file path to save the build log. | no | /dev/null |
Outputs
| name | description |
|---|---|
| skipped | Indicate if the build is skipped since the package already exists in the repo. |