feat: add cni-plugins
Build / build-8 (pull_request) Successful in 31s
Build / build-9 (pull_request) Successful in 34s

- add 1.6.1 cni-plugins
- ignore the scripts folder in make list
This commit is contained in:
2024-12-27 22:55:38 +11:00
parent 3cbe7f9a83
commit f84bd17e1b
5 changed files with 166 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ RPMS_DIR := $(ROOT_DIR)/rpms
REPO_OPTIONS := --disablerepo=* --enablerepo=unkin
# Automatically find all package/version directories
PACKAGES := $(shell find $(RPMS_DIR) -mindepth 2 -maxdepth 2 -type d | sed "s|$(RPMS_DIR)/||")
PACKAGES := $(shell find $(RPMS_DIR) -mindepth 2 -maxdepth 2 -type d | sed "s|$(RPMS_DIR)/||" | grep -v "/scripts")
# Default target to build all packages and versions
.PHONY: all list cache build clean