Skip to content

Commit a8c0817

Browse files
authored
fix: Use runners available go to build bootnode (#48)
1 parent 15c3b24 commit a8c0817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
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
2323
- name: Build bootnode
2424
run: |
25-
cd cmd/bootnode && /opt/go/1.19.5/bin/go build -o bootnode
25+
cd cmd/bootnode && go build -o bootnode
2626
tar -czvf bootnode-$(basename ${GITHUB_REF})-linux-arm64.tar.gz bootnode
2727
echo $(md5sum bootnode | awk '{print $1}') > bootnode-$(basename ${GITHUB_REF})-linux-arm64.tar.gz.md5
2828
- name: Upload bootnode to release page

0 commit comments

Comments
 (0)