Limit release smoke checks to native runners

This commit is contained in:
2026-07-18 23:39:04 -05:00
parent 6f45323f7d
commit 25bb0e3591
+3 -1
View File
@@ -129,7 +129,9 @@ jobs:
echo 'Linux release is dynamically linked' >&2
exit 1
fi
"dist/fossbench-${{ matrix.target }}" --help
if [ "${{ matrix.target }}" != linux-ppc32be ]; then
"dist/fossbench-${{ matrix.target }}" --help
fi
- name: Build macOS executable with static OpenSSL
if: startsWith(matrix.target, 'macos-')