mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
add GOARCH for example to fix build
This commit is contained in:
parent
33cd9b8ff6
commit
86c1c7ee43
1 changed files with 2 additions and 0 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -67,6 +67,8 @@ jobs:
|
|||
GOMIPS: softfloat
|
||||
tags: "ziren"
|
||||
- env:
|
||||
GOARCH: amd64
|
||||
GOOS: linux
|
||||
tags: "example"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue