Add image build for ppc64le architecture
authorCarlos de Paula <me@carlosedp.com>
Sun, 29 Mar 2020 13:40:41 +0000 (10:40 -0300)
committerCarlos de Paula <me@carlosedp.com>
Sun, 29 Mar 2020 13:40:41 +0000 (10:40 -0300)
Signed-off-by: Carlos de Paula <me@carlosedp.com>
.dockerignore
Makefile

index ca39bcffdb6466fc6c548f361151067efce81494..4007777e296077519a7546269d15b904933ca252 100644 (file)
@@ -4,3 +4,4 @@
 !.build/linux-amd64/
 !.build/linux-armv7
 !.build/linux-arm64
+!.build/linux-ppc64le
index ee6a772caefc0d84be4468e5d71c66f6f02ba7ee..8dd8612b9cac372bf7bd7a4e4b07ec5c13ebebe7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@
 # limitations under the License.
 
 # Needs to be defined before including Makefile.common to auto-generate targets
-DOCKER_ARCHS ?= amd64 armv7 arm64
+DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le
 
 include Makefile.common