Skip to content

Commit

Permalink
ci. fix ci config bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyoush committed Oct 19, 2024
1 parent 9fe89d9 commit 5985fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
mkdir amd64 && tar zxvf dist/kyanos_v0.0.0-next_linux_amd64.tar.gz -C amd64
mkdir arm64 && tar zxvf dist/kyanos_v0.0.0-next_linux_arm64.tar.gz -C arm64
./amd64/kyanos --help
./amd64/kyanos --help || true
file ./amd64/kyanos |grep x86-64 |grep 'statically linked'
file ./arm64/kyanos |grep aarch64 |grep 'statically linked'
Expand Down

0 comments on commit 5985fe8

Please sign in to comment.