feat: go back to gitea
Some checks failed
Continuous Integration / lint_n_build (push) Has been cancelled

This commit is contained in:
2026-03-15 19:08:39 +01:00
parent 663cf89639
commit 1b3b29f556
12 changed files with 238 additions and 70 deletions

View File

@@ -7,21 +7,15 @@ on:
jobs:
build_n_upload:
runs-on: linux
runs-on: self-hosted
steps:
- name: Git checkout
uses: actions/checkout@v6
- uses: actions/checkout@v6
with:
fetch-depth: 0
fetch-tags: true
- name: Build tarball
run: make tarball
- run: make tarball
- run: rpmbuild -ba "$(make name).spec"
- run: make upload
env:
GIT_REFERENCE: ${{ github.ref }}
- name: Build rpm package
run: rpmbuild -ba "$(make name).spec"
- name: Upload rpm package
run: make upload
env:
GIT_PACKAGES_USERNAME: ${{ vars.GIT_PACKAGES_USERNAME }}
GIT_PACKAGES_TOKEN: ${{ secrets.GIT_PACKAGES_TOKEN }}
PKG_TOKEN: ${{ secrets.PKG_TOKEN }}

View File

@@ -18,4 +18,3 @@ jobs:
run: make tarball
- name: Build rpm file
run: rpmbuild -ba "$(make name).spec"