Commit 71fbaa9
committed
fix(ci): skip binary test for cross-compiled builds
The build job runs on ubuntu-latest (linux/amd64) but builds for
multiple OS/arch combinations. Cross-compiled binaries cannot be
executed on the runner, causing 'Exec format error'.
- Only test binary when target matches runner (linux/amd64)
- Add artifact upload for all built binaries1 parent 615d73a commit 71fbaa9
1 file changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | | - | |
122 | | - | |
123 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
0 commit comments