set alpine based image for build
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-01-30 08:05:58 +01:00
parent 7ee750930a
commit 3be54ed1c1

View File

@@ -6,7 +6,7 @@ steps:
- make ci-version - make ci-version
- name: build - name: build
image: golang:1.25.6 image: golang:1.25.6-alpine
commands: commands:
- apk add --no-cache zip - apk add --no-cache zip
- make ci-export - make ci-export