mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
.gitea: fix arm64 build (#31923)
This commit is contained in:
parent
b065aa6740
commit
3524499d55
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
|
||||
- name: Build (arm64)
|
||||
run: |
|
||||
go run build/ci.go install -dlgo -arch arm64 -cc arm-linux-gnueabi-gcc
|
||||
go run build/ci.go install -dlgo -arch arm64 -cc aarch64-linux-gnu-gcc
|
||||
|
||||
- name: Create/upload archive (arm64)
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue