Skip to content

Commit 79a7322

Browse files
committed
Add image build for ppc64le architecture
Signed-off-by: Carlos de Paula <[email protected]>
1 parent 3348930 commit 79a7322

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
@@ -5,4 +5,5 @@ data/
55
!.build/linux-amd64/
66
!.build/linux-armv7/
77
!.build/linux-arm64/
8+
!.build/linux-ppc64le/
89
!.build/linux-s390x/

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 s390x
15+
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x
1616

1717
REACT_APP_PATH = web/ui/react-app
1818
REACT_APP_SOURCE_FILES = $(wildcard $(REACT_APP_PATH)/public/* $(REACT_APP_PATH)/src/* $(REACT_APP_PATH)/tsconfig.json)

0 commit comments

Comments
 (0)