Compare commits

..

1 Commits

Author SHA1 Message Date
02f4e113a0 feat: first build of ProxLB
Some checks failed
Build / Build on AlmaLinux 8 (pull_request) Failing after 1m57s
- version 1.0.2
- setup gitea actions workflows
2024-09-07 22:44:57 +10:00

View File

@ -2,9 +2,9 @@
VERSION=1.0.2 VERSION=1.0.2
REPO_URL=https://github.com/gyptazy/ProxLB.git REPO_URL=https://github.com/gyptazy/ProxLB.git
BUILD_DIR=/workspace/build BUILD_DIR=$(PWD)/build
PACKAGE_DIR=workspace/packages PACKAGE_DIR=$(PWD)/packages
REPO_DIR=/workspace/ProxLB REPO_DIR=$(PWD)/ProxLB
.PHONY: all clean download prepare build package .PHONY: all clean download prepare build package