Commit 19fdb20
committed
Fix architecture detection for cross-platform TruffleHog support
- Auto-detect runner architecture (aarch64 vs x86_64)
- Download correct binary (linux_arm64 vs linux_amd64)
- Fixes 'cannot execute binary file: Exec format error' on ARM64 runners
- Supports both ubuntu-arm64-small and ubuntu-latest runners1 parent 2472b1b commit 19fdb20
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
| |||
0 commit comments