Skip to content
Snippets Groups Projects
Commit 6bb0ffa4 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

fixed arm64 bug

parent 1774c4b8
No related branches found
No related tags found
No related merge requests found
Pipeline #3876 failed
......@@ -6,7 +6,7 @@ set -x
main()
{
for i in $(ls artifacts/protected_binaries/*$(uname -m)*); do
./artifacts/protected_binaries/$i --help
$i --help
done
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment