391205eb447b97c20680f9535e3d7d95f4c966e1
makepkg-build-action
Gitea action for building pacman packages. Uses Archery Docker images for building
Usage
See action.yml.
- uses: https://git.sanin.dev/packages_infra/makepkg-build-action@v1-artix
with:
# Username intended to be used for publishing artifacts. Wihtout a proper post-entrypoint.sh script to
# utilize it, this input does nothing.
username: 'anonymous'
# Token to use for authentication with artifact destination. Wihtout a proper post-entrypoint.sh script
# to utilize it, this input does nothing.
token: 'anonymous'
Select the desired distro to build in by appending -artix or -arch after the version number.
Publishing
See publish.yml.
In order to publish an artifact, the repo must contain a post-entrypoint.sh script that performs publishing tasks.
The script has access to $username and $token that were passed in as action inputs.
v1.0.3
Latest