mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56: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:
|
||||
include:
|
||||
- env:
|
||||
GOARCH: mips
|
||||
GOARCH: mipsle
|
||||
GOOS: linux
|
||||
GOMIPS: softfloat
|
||||
tags: "ziren"
|
||||
- env:
|
||||
tags: "example"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue