update ci
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Simon Vieille 2022-09-05 11:17:36 +02:00
parent 7dded95ca0
commit 7057a29f6d
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@ pipeline:
build:
image: golang:1.18
commands:
- make > /dev/null 2>/dev/null
- make
- mkdir release
- tar cz release/build-amd64.tar.gz build/linux-amd64/
- tar cz release/build-arm64.tar.gz build/linux-arm64/
- tar -c -z -f release/build-amd64.tar.gz build/linux-amd64/
- tar -c -z -f release/build-arm64.tar.gz build/linux-arm64/
release:
image: plugins/gitea-release