is it a debian?

This commit is contained in:
Martin Thielecke 2022-05-20 19:04:44 +02:00
parent e94458ec90
commit aee6606cd8
Signed by: mthie
GPG Key ID: D1D25A85C8604DFB

View File

@ -4,8 +4,8 @@ steps:
- name: create dist
image: golang:latest
commands:
- apk update
- apk add zip
- apt update
- apt install -y zip
- ./create_dist.sh
when:
event: tag