diff --git a/.dockerignore b/.dockerignore index 7a8f24af83..107d813b85 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 54d58d13a2..2c109ca79d 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