Skip to content
user-check

GitHub Action

Build AUR package with yay

0.0.5 Latest version

Build AUR package with yay

user-check

Build AUR package with yay

Test build an AUR package in Docker container

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Build AUR package with yay

uses: soloturn/build-aur-action@0.0.5

Learn more about this action in soloturn/build-aur-action

Choose a version

build-aur-action

The action uses ubuntu to run the latest arch linux docker image, install yay into it, then build the package specified.

Example usage

uses: soloturn/build-aur-action@master
with:
  repo-name: qv2ray-dev-git

Inputs

repo-name

Required The name of the AUR repo to build. Default "qv2ray-dev-git".