Skip to content

Commit

Permalink
chore: package ckb-cli for aarch64 linux
Browse files Browse the repository at this point in the history
It was disabled before because ckb-cli aarch64 package was not available
when ckb started to package aarch64 binary.
  • Loading branch information
doitian committed Dec 17, 2024
1 parent 24e3ae2 commit fb5254b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ jobs:
QINIU_ACCESS_KEY: ${{ secrets.QINIU_ACCESS_KEY }}
QINIU_SECRET_KEY: ${{ secrets.QINIU_SECRET_KEY }}
GPG_SIGNER: ${{ secrets.GPG_SIGNER }}
SKIP_CKB_CLI: true
run: |
export GIT_TAG_NAME=` echo ${{ github.ref }} | awk -F '/' '{print $4}' `
Expand Down

0 comments on commit fb5254b

Please sign in to comment.