fix: use python3 zipfile instead of zip binary for packaging
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user