## Summary Allow linuxstatic platform builds for ppc64 architecture by bypassing the platform validation check. ## Changes - Modified the platform validation logic in `lib/index.ts` to skip the platform mismatch check when building for ppc64 architecture - Added `&& arch !== 'ppc64'` condition to allow linuxstatic builds on ppc64 without validation errors ## Impact - Users can now build linuxstatic binaries for ppc64 architecture without platform validation blocking the process - No breaking changes to existing functionality - Maintains existing platform validation for other architectures except ppc64 ## Use Case This enables building static Linux binaries on ppc64 systems, which is particularly useful for PowerPC environments that need statically linked executables. --------- Co-authored-by: Daniel Lando <daniel.sorridi@gmail.com> |
||
|---|---|---|
| .. | ||
| apply-patches.ts | ||
| bin.ts | ||
| build.ts | ||
| expected-shas.json | ||
| expected.ts | ||
| generate-expected-shas.ts | ||
| index.ts | ||
| log.ts | ||
| places.ts | ||
| print-hashes.ts | ||
| system.ts | ||
| tsconfig.json | ||
| utils.ts | ||
| verify.ts | ||