-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Portably cross-compile image binaries
Special-case binaries destined for extra images (like images/pod) by building them as normal compilation targets, excluding them from the release tarball, and pulling them from docker individually (rather than extracting them from the release tarball). This is effectively cross-compiling the image binaries via docker so the binaries can be included in their platform-specific images (via the image bin directories, in which the binaries are places during the release). This change re-enables support for native use of build-images.sh on OSX.
- Loading branch information
1 parent
f23fe62
commit 96f4569
Showing
4 changed files
with
74 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
// +build linux | ||
|
||
/* | ||
Copyright 2014 Google Inc. All rights reserved. | ||
|