We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a2341 commit 1ba7c7aCopy full SHA for 1ba7c7a
.dockerignore
@@ -4,3 +4,4 @@
4
!.build/linux-amd64/
5
!.build/linux-armv7
6
!.build/linux-arm64
7
+!.build/linux-ppc64le
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
+DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le
16
17
include Makefile.common
18
0 commit comments