fix: add VERSION ARG to rpm-builder stage to fix RPM build cache issue
Some checks failed
Build RPM Package / Build RPM Packages (CentOS 7, Rocky 8/9/10) (push) Has been cancelled
Some checks failed
Build RPM Package / Build RPM Packages (CentOS 7, Rocky 8/9/10) (push) Has been cancelled
- Declare ARG VERSION in rpm-builder stage for FPM to access - Add packages/ directory to .gitignore (build artifacts) Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -51,6 +51,9 @@ test-results/
|
||||
# Test artifacts
|
||||
packaging/test/*.rpm
|
||||
|
||||
# Build artifacts
|
||||
packages/
|
||||
|
||||
# Binary (root level only)
|
||||
/ja4sentinel
|
||||
ja4sentinel-linux-amd64
|
||||
|
||||
Reference in New Issue
Block a user