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 - name: create dist
image: golang:latest image: golang:latest
commands: commands:
- apk update - apt update
- apk add zip - apt install -y zip
- ./create_dist.sh - ./create_dist.sh
when: when:
event: tag event: tag