use alpine
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Pavel 2023-11-11 20:11:49 +03:00
parent 1f189a1f62
commit e83bd06b7b

View File

@ -4,9 +4,9 @@ name: default
steps:
- name: generate
image: ubuntu:latest
image: alpine:latest
commands:
- apt install -y idn sipcalc gawk git golang-1.20
- apk add --no-cache libidn sipcalc gawk git bash golang-go python
- bash generate.sh
- name: release
image: plugins/gitea-release