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

added xform on x86 for arm binaries, and testing of said arm binaries on x86-64 boxes

parent bf357746
No related branches found
No related tags found
No related merge requests found
Pipeline #3869 canceled
...@@ -5,7 +5,7 @@ set -x ...@@ -5,7 +5,7 @@ set -x
main() main()
{ {
for i in $(ls artifacts/protected_binaries/); do for i in $(ls artifacts/protected_binaries/*$(uname -m)*); do
$i --help $i --help
done 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