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