ci: generate two separate binaries
Some checks failed
ci / build (push) Failing after 59s

This commit is contained in:
Martin McCaffery 2026-02-12 11:47:51 +01:00
parent 7e3a4efb2d
commit 862fc07328
Signed by: martin.mccaffery
GPG key ID: 7C4D0F375BCEE533
8 changed files with 83 additions and 26 deletions

View file

@ -1,7 +1,7 @@
# ABOUTME: Makefile for forgejo-runner-resource-collector project.
# ABOUTME: Makefile for forgejo-runner-optimiser project.
# ABOUTME: Provides targets for building, formatting, linting, and testing.
BINARY_NAME := resource-collector
BINARY_NAME := optimiser
CMD_PATH := ./cmd/collector
GO := go
GOLANGCI_LINT := $(GO) run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.6.2