mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
Merge pull request #1380 from maticnetwork/djpolygon/SPEC-559
Wrong architecture binary ended up in arm64
This commit is contained in:
commit
d227610781
1 changed files with 3 additions and 0 deletions
3
.github/workflows/packager_deb.yml
vendored
3
.github/workflows/packager_deb.yml
vendored
|
|
@ -82,6 +82,9 @@ jobs:
|
|||
- name: Building bor for arm64
|
||||
run: GOARCH=arm64 GOOS=linux CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ CGO_ENABLED=1 go build -o build/bin/bor ./cmd/cli/main.go
|
||||
|
||||
- name: Copying necessary binary post arm64 build
|
||||
run: cp -rp build/bin/bor packaging/deb/bor/usr/bin/
|
||||
|
||||
# Control file for arm64 creation
|
||||
- name: create control file
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue