fix: use python3 zipfile instead of zip binary for packaging
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful

The almalinux9-gobuilder image doesn't have the zip binary and dnf
install is unreliable in CI. python3 is always available.
This commit is contained in:
2026-06-23 00:30:26 +10:00
parent ec9f7d410f
commit 3d5154a12a
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -5,7 +5,6 @@ steps:
- name: package
image: git.unkin.net/unkin/almalinux9-gobuilder:20260606
commands:
- apt-get update && apt-get install -y zip
- make package VERSION=${CI_COMMIT_TAG}
- name: upload