Compare commits

..

1 Commits

Author SHA1 Message Date
d99d19ee0d feat: first build of ProxLB
All checks were successful
Build / Build on AlmaLinux 8 (pull_request) Successful in 1m46s
- version 1.0.2
- setup gitea actions workflows
2024-09-07 22:49:26 +10:00
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
dnf install -y rpm cmake git make python3-yaml
- name: Build project
run: make build
run: make package
- name: Find built packages
run: |

View File

@ -26,7 +26,7 @@ jobs:
dnf install -y rpm cmake git make python3-yaml
- name: Build project
run: make build
run: make package
- name: Upload RPMs
env: