Fix makefile cicd binaries

This commit is contained in:
Owen
2025-12-21 21:34:56 -05:00
parent a21a8e90fa
commit 6c65cc8e5e
2 changed files with 13 additions and 1 deletions

View File

@@ -594,7 +594,7 @@ jobs:
run: |
set -euo pipefail
TAG_VAR="${TAG}"
make go-build-release tag=$TAG_VAR
make -j 10 go-build-release tag=$TAG_VAR
shell: bash
- name: Create GitHub Release