chore(actions): initial AUR packaging workflow impl

This commit is contained in:
Erica Marigold 2023-07-24 16:45:25 +05:30 committed by GitHub
parent 65cfd9f264
commit 1f5d330c35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
.github/workflows/aur.yml vendored Normal file
View file

@ -0,0 +1,24 @@
name: Publish to AUR
on:
push:
tags:
- "*"
workflow_dispatch:
jobs:
publish:
name: Patch, Test and Publish PKGBUILD
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup docker CLI
uses: actions-hub/docker/cli@master
env:
SKIP_LOGIN: true
- name: AUR Routine
run: docker build -t aur_routine package/aur/Dockerfile && docker run aur_routine