From b395a13e008e59c9ff0c73f479c725592e225e5e Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 5 Sep 2022 11:11:21 +0200 Subject: [PATCH] update ci --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c6271b9..50f4abc 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,7 +7,8 @@ pipeline: build: image: golang:1.18 commands: - - make + - make linux-amd64 + - make linux-arm64 - mkdir release - tar cz release/build-amd64.tar.gz build/linux-amd64/ - tar cz release/build-arm64.tar.gz build/linux-arm64/