From aee6606cd813573813b62bf81578b5d07b910906 Mon Sep 17 00:00:00 2001 From: Martin Thielecke Date: Fri, 20 May 2022 19:04:44 +0200 Subject: [PATCH] is it a debian? --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7ad65d4..33e3227 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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