Add riscv64 test
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2023-08-04 20:25:57 -07:00
parent 107b5db1fb
commit 4ce849193f
1 changed files with 2 additions and 2 deletions

View File

@ -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