@@ -36,6 +36,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
3636 command : /sbin/init
3737 - name : alpine-3.16
3838 image : alpine:3.16
39+ platform : x86_64
3940 dockerfile : ../common/Dockerfile.j2
4041 privileged : true
4142 cgroupns_mode : host
@@ -44,6 +45,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
4445 command : /sbin/init
4546 - name : alpine-3.17
4647 image : alpine:3.17
48+ platform : aarch64
4749 dockerfile : ../common/Dockerfile.j2
4850 privileged : true
4951 cgroupns_mode : host
@@ -52,7 +54,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
5254 command : /sbin/init
5355 - name : amazonlinux-2
5456 image : amazonlinux:2
55- platform : amd64
57+ platform : x86_64
5658 dockerfile : ../common/Dockerfile.j2
5759 privileged : true
5860 cgroupns_mode : host
@@ -61,7 +63,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
6163 command : /usr/sbin/init
6264 - name : centos-7
6365 image : centos:7
64- platform : amd64
66+ platform : x86_64
6567 dockerfile : ../common/Dockerfile.j2
6668 privileged : true
6769 cgroupns_mode : host
@@ -78,7 +80,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
7880 command : /sbin/init
7981 - name : oraclelinux-7
8082 image : oraclelinux:7
81- platform : amd64
83+ platform : x86_64
8284 dockerfile : ../common/Dockerfile.j2
8385 privileged : true
8486 cgroupns_mode : host
@@ -103,6 +105,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
103105 command : /usr/sbin/init
104106 - name : rhel-8
105107 image : redhat/ubi8:8.7
108+ platform : s390x
106109 dockerfile : ../common/Dockerfile.j2
107110 privileged : true
108111 cgroupns_mode : host
@@ -111,6 +114,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
111114 command : /usr/sbin/init
112115 - name : rhel-9
113116 image : redhat/ubi9:9.1.0
117+ platform : aarch64
114118 dockerfile : ../common/Dockerfile.j2
115119 privileged : true
116120 cgroupns_mode : host
@@ -135,7 +139,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
135139 command : /usr/sbin/init
136140 - name : sles15
137141 image : registry.suse.com/bci/bci-base:15.4
138- platform : amd64
142+ platform : x86_64
139143 dockerfile : ../common/Dockerfile.j2
140144 privileged : true
141145 cgroupns_mode : host
@@ -144,6 +148,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
144148 command : /usr/sbin/init
145149 - name : ubuntu-bionic
146150 image : ubuntu:bionic
151+ platform : x86_64
147152 dockerfile : ../common/Dockerfile.j2
148153 privileged : true
149154 cgroupns_mode : host
@@ -152,6 +157,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
152157 command : /sbin/init
153158 - name : ubuntu-focal
154159 image : ubuntu:focal
160+ platform : s390x
155161 dockerfile : ../common/Dockerfile.j2
156162 privileged : true
157163 cgroupns_mode : host
@@ -160,6 +166,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
160166 command : /sbin/init
161167 - name : ubuntu-jammy
162168 image : ubuntu:jammy
169+ platform : aarch64
163170 dockerfile : ../common/Dockerfile.j2
164171 privileged : true
165172 cgroupns_mode : host
0 commit comments