Skip to content

Commit 1ba7c7a

Browse files
committed
Add ppc64le arch to build process
Signed-off-by: Carlos de Paula <[email protected]>
1 parent d3a2341 commit 1ba7c7a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
!.build/linux-amd64/
55
!.build/linux-armv7
66
!.build/linux-arm64
7+
!.build/linux-ppc64le

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# limitations under the License.
1313

1414
# Needs to be defined before including Makefile.common to auto-generate targets
15-
DOCKER_ARCHS ?= amd64 armv7 arm64
15+
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le
1616

1717
include Makefile.common
1818

0 commit comments

Comments
 (0)