From 6732d4e9b2d9cb8828248b9fe88d2fbd07652842 Mon Sep 17 00:00:00 2001 From: "T. von Dein" Date: Fri, 19 Dec 2025 10:40:15 +0100 Subject: [PATCH] add build-base (#36) --- .woodpecker/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/release.yaml b/.woodpecker/release.yaml index 1252f81..53fb86e 100644 --- a/.woodpecker/release.yaml +++ b/.woodpecker/release.yaml @@ -10,7 +10,7 @@ steps: image: alpine:latest commands: - apk update - - apk add --no-cache bash git + - apk add --no-cache bash git build-base - make - file ${CI_REPO_NAME} - mv ${CI_REPO_NAME} ${CI_REPO_NAME}-freebsd-all-$CI_COMMIT_TAG