mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-07 15:38:37 +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)
|
- name: Build (arm64)
|
||||||
run: |
|
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)
|
- name: Create/upload archive (arm64)
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue