From: Carlos de Paula Date: Sun, 29 Mar 2020 13:40:41 +0000 (-0300) Subject: Add image build for ppc64le architecture X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=500889aaecba849737ac6c197ffa31cf2af9b9db;p=blackbox_exporter.git Add image build for ppc64le architecture Signed-off-by: Carlos de Paula --- diff --git a/.dockerignore b/.dockerignore index ca39bcf..4007777 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,3 +4,4 @@ !.build/linux-amd64/ !.build/linux-armv7 !.build/linux-arm64 +!.build/linux-ppc64le diff --git a/Makefile b/Makefile index ee6a772..8dd8612 100644 --- 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