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: matrix:
include: include:
- env: - env:
GOARCH: mips GOARCH: mipsle
GOOS: linux GOOS: linux
GOMIPS: softfloat GOMIPS: softfloat
tags: "ziren" tags: "ziren"
- env:
tags: "example"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with: