add zip to pipeline
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-01-30 08:04:36 +01:00
parent 6eb3731bec
commit 7ee750930a

View File

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