fix arch name + also test example

This commit is contained in:
Guillaume Ballet 2025-10-14 17:56:13 +02:00 committed by Felix Lange
parent 1d7300232b
commit 33cd9b8ff6

View file

@ -62,10 +62,12 @@ jobs:
matrix:
include:
- env:
GOARCH: mips
GOARCH: mipsle
GOOS: linux
GOMIPS: softfloat
tags: "ziren"
- env:
tags: "example"
steps:
- uses: actions/checkout@v4
with: