From f5f55ce5e81e2cc0c08c7a90f4697c733546b854 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 19 Dec 2025 10:38:36 +0100 Subject: [PATCH] add build-base --- .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