-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for cross building the following platforms: - `linux/i386` - `linux/amd64` - `linux/arm` - `linux/arm/v5` - `linux/arm/v6` - `linux/arm/v7` - `linux/arm64` - `linux/arm64/v8` - `linux/ppc64le` - `linux/s390x` To build for a different platform other than the local native platform the `qemu-user-static` package must be installed. Example build for an ARM platform: make PLATFORM=linux/arm all-images Once the images are built it's necessary to clean the images before building for another platform or the build will fail: make clean-images make PLATFORM=linux/ppc64le all-images
- Loading branch information
Showing
3 changed files
with
94 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters