-
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/386` - `linux/amd64` - `linux/arm/v6` - `linux/arm/v7` - `linux/arm64` - `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 to build AMD64, ARM64 and ARMv7 platforms: ``` make PLATFORM="linux/amd64 linux/arm64 linux/arm/v7" all-images ```
- Loading branch information
Showing
6 changed files
with
228 additions
and
55 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
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
Oops, something went wrong.