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