feat: change to buildrunner
Build / build (pull_request) Successful in 51s

- cleaned up multiple layers
- removed deploy file
- updated deploy workflow
This commit is contained in:
2024-11-30 23:53:02 +11:00
parent 346861ff9a
commit 010d6a7b80
6 changed files with 4 additions and 21 deletions
-2
View File
@@ -1,7 +1,6 @@
# Variables
ROOT_DIR := $(PWD)
RPMS_DIR := $(ROOT_DIR)/rpms
NFPM_VERSION := 2.41.1
# Automatically find all package/version directories
PACKAGES := $(shell find $(RPMS_DIR) -mindepth 2 -maxdepth 2 -type d | sed "s|$(RPMS_DIR)/||")
@@ -29,7 +28,6 @@ build:
export PACKAGE_RELEASE=$$(cat $(PACKAGE_VERSION)/release) && \
echo "Using PACKAGE_RELEASE=$${PACKAGE_RELEASE}" && \
docker build \
--build-arg NFPM_VERSION=$(NFPM_VERSION) \
--build-arg PACKAGE_VERSION=$(PACKAGE_VERSION) \
--build-arg PACKAGE_RELEASE=$${PACKAGE_RELEASE} \
-t $$(echo $(PACKAGE_NAME)-builder \