From 4ce849193f6405a87953590b94b608bdbe3936cd Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Fri, 4 Aug 2023 20:25:57 -0700 Subject: [PATCH] Add riscv64 test --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e9d0102..688bc6b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,12 +2,12 @@ matrix: platform: - linux/amd64 - linux/arm64 + - linux/riscv64 steps: test: - image: golang:latest + image: gitea.elara.ws/elara6331/golang:latest commands: - go test - - go build when: - event: push