Skip to content

Commit

Permalink
use makefile to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazabbas committed Sep 1, 2023
1 parent 3a472f8 commit 9c55505
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build geth
run: |
cd cmd/geth && /opt/go/1.19.5/bin/go build
make && cd ./build/bin
tar -czvf geth-$(basename ${GITHUB_REF})-linux-arm64.tar.gz geth
echo $(md5sum geth | awk '{print $1}') > geth-$(basename ${GITHUB_REF})-linux-arm64.tar.gz.md5
- name: Upload geth to release page
Expand All @@ -31,10 +31,4 @@ jobs:
goarch: amd64
project_path: ./cmd/geth
binary_name: geth
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
project_path: ./cmd/bootnode
binary_name: bootnode
build_command: make && mv ./build/bin/geth ./geth

0 comments on commit 9c55505

Please sign in to comment.