mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
fix arch name + also test example
This commit is contained in:
parent
1d7300232b
commit
33cd9b8ff6
1 changed files with 3 additions and 1 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue