Add image build for ppc64le architecture (#2219)

Signed-off-by: Carlos de Paula <me@carlosedp.com>
This commit is contained in:
Carlos Eduardo 2020-03-30 11:56:23 -03:00 committed by GitHub
parent f8ffc2a18a
commit 071818bdac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@
!.build/linux-amd64/
!.build/linux-armv7/
!.build/linux-arm64/
!.build/linux-ppc64le/

View File

@ -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