mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
Updating verbage
This commit is contained in:
parent
b45347aa1a
commit
7869600b24
1 changed files with 1 additions and 1 deletions
2
.github/workflows/packager_deb.yml
vendored
2
.github/workflows/packager_deb.yml
vendored
|
|
@ -82,7 +82,7 @@ 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 file
|
||||
- name: Copying necessary binary post arm64 build
|
||||
run: cp -rp build/bin/bor packaging/deb/bor/usr/bin/
|
||||
|
||||
# Control file for arm64 creation
|
||||
|
|
|
|||
Loading…
Reference in a new issue