We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a2736 commit 04ad4b3Copy full SHA for 04ad4b3
.circleci/config.yml
@@ -40,7 +40,7 @@ jobs:
40
41
steps:
42
- checkout
43
- - run: docker run --privileged linuxkit/binfmt:v0.6
+ - run: docker run --privileged linuxkit/binfmt:v0.7
44
- run: make promu
45
- run: promu crossbuild
46
- run: promu --config .promu-cgo.yml crossbuild
.dockerignore
@@ -5,3 +5,4 @@
5
!.build/linux-armv7
6
!.build/linux-arm64
7
!.build/linux-ppc64le
8
+!.build/linux-s390x
Makefile
@@ -15,7 +15,7 @@
15
all::
16
17
# Needs to be defined before including Makefile.common to auto-generate targets
18
-DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le
+DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x
19
20
include Makefile.common
21
0 commit comments