Commit 0fd67af
committed
Fix platform manifest errors for MySQL 5.6/5.7 and Percona 5.7/8.0
- Add DOCKER_DEFAULT_PLATFORM=linux/amd64 for older MySQL/Percona versions
- These versions don't have ARM64 builds, causing 'no match for platform' errors
- Fixes test failures in test-runner.go matrix tests
- Matches the platform handling logic already in Makefile1 parent be58c2b commit 0fd67af
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
307 | 316 | | |
308 | 317 | | |
309 | 318 | | |
| |||
0 commit comments