mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +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
|
GOMIPS: softfloat
|
||||||
tags: "ziren"
|
tags: "ziren"
|
||||||
- env:
|
- env:
|
||||||
|
GOARCH: amd64
|
||||||
|
GOOS: linux
|
||||||
tags: "example"
|
tags: "example"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue