Commit b6f357c
committed
Add conditional platform flag for Android builds
This change adds a platform flag to the Docker build command when the
configuration platform is set to 'android'. By appending '--platform
linux/amd64', we ensure that the Docker build for V8 uses the correct
platform, aligning with similar logic used elsewhere in the build
system. This improvement helps maintain consistency and compatibility
across different build environments.1 parent e307bd9 commit b6f357c
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
0 commit comments