Skip to content

Commit

Permalink
Revert "use makefile to build"
Browse files Browse the repository at this point in the history
This reverts commit 9c55505.
  • Loading branch information
tyler-smith committed Sep 18, 2023
1 parent 442d02b commit 14d132e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 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: |
make && cd ./build/bin
cd cmd/geth && /opt/go/1.19.5/bin/go build
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,4 +31,10 @@ jobs:
goarch: amd64
project_path: ./cmd/geth
binary_name: geth
build_command: make && mv ./build/bin/geth ./geth
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
project_path: ./cmd/bootnode
binary_name: bootnode

0 comments on commit 14d132e

Please sign in to comment.