We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3348930 commit 79a7322Copy full SHA for 79a7322
.dockerignore
@@ -5,4 +5,5 @@ data/
5
!.build/linux-amd64/
6
!.build/linux-armv7/
7
!.build/linux-arm64/
8
+!.build/linux-ppc64le/
9
!.build/linux-s390x/
Makefile
@@ -12,7 +12,7 @@
12
# limitations under the License.
13
14
# Needs to be defined before including Makefile.common to auto-generate targets
15
-DOCKER_ARCHS ?= amd64 armv7 arm64 s390x
+DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x
16
17
REACT_APP_PATH = web/ui/react-app
18
REACT_APP_SOURCE_FILES = $(wildcard $(REACT_APP_PATH)/public/* $(REACT_APP_PATH)/src/* $(REACT_APP_PATH)/tsconfig.json)
0 commit comments