Skip to content

Commit 3750959

Browse files
committed
re-add support for s390x
In #315 we added support for s390x, but this was unintentionally removed in v0.10.0 due to the makefile modules changes. This PR re-adds support for s390x. It depended on a new base image being built for s390x, which wasn't previously created. Signed-off-by: Ashley Davis <[email protected]>
1 parent 5ae8ac5 commit 3750959

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

make/00_mod.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
oci_platforms := linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
16+
1517
include make/00_debian_version.mk
1618

1719
repo_name := github.com/cert-manager/trust-manager

0 commit comments

Comments
 (0)