Skip to content

Commit

Permalink
fix: Use runners available go to build bootnode (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayano authored May 14, 2024
1 parent 15c3b24 commit a8c0817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
github-assets-uploader -logtostderr -f build/bin/bor-$(basename ${GITHUB_REF})-linux-arm64.tar.gz.md5 -mediatype text/plain -repo ${GITHUB_REPOSITORY} -token ${{ secrets.GITHUB_TOKEN }} -tag=$(basename ${GITHUB_REF}) -releasename="" -retry 3
- name: Build bootnode
run: |
cd cmd/bootnode && /opt/go/1.19.5/bin/go build -o bootnode
cd cmd/bootnode && go build -o bootnode
tar -czvf bootnode-$(basename ${GITHUB_REF})-linux-arm64.tar.gz bootnode
echo $(md5sum bootnode | awk '{print $1}') > bootnode-$(basename ${GITHUB_REF})-linux-arm64.tar.gz.md5
- name: Upload bootnode to release page
Expand Down

0 comments on commit a8c0817

Please sign in to comment.