Feat: add gitea workflows
All checks were successful
Build package / build-package (push) Successful in 15s

This commit is contained in:
2025-12-26 18:46:30 +08:00
parent 702f100167
commit 45d1263c78
2 changed files with 15 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
name: Build package
on: [push]
jobs:
build-package:
runs-on: pkgbuilder
env:
steps:
- name: Build and push package
uses: https://gitea.konchin.com/action/archbuild@main
with:
minio-accesskey: ${{ secrets.MINIO_ACCESSKEY }}
minio-secretkey: ${{ secrets.MINIO_SECRETKEY }}
gpg-password: ${{ secrets.GPG_PASSWORD }}
gpg-keygrip: ${{ secrets.GPG_KEYGRIP }}

9
.gitignore vendored
View File

@@ -1,9 +0,0 @@
*
!.gitignore
!.SRCINFO
!PKGBUILD
!LICENSE
!LICENSES/
!LICENSES/*
!REUSE.toml
!.nvchecker.toml