Skip to content

Commit 37e2466

Browse files
committed
Fix changes missing in bbd59b2 (#659)
Not all x86_64 platforms were correctly reintroduced in #659
1 parent 9fb9734 commit 37e2466

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

molecule/default/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ platforms:
122122
command: /usr/sbin/init
123123
- name: rhel-8
124124
image: redhat/ubi8:8.7
125-
# # platform: s390x
125+
# platform: s390x
126126
dockerfile: ../common/Dockerfile.j2
127127
privileged: true
128128
cgroupns_mode: host
@@ -165,7 +165,7 @@ platforms:
165165
command: /usr/sbin/init
166166
- name: ubuntu-focal
167167
image: ubuntu:focal
168-
# # platform: s390x
168+
# platform: s390x
169169
dockerfile: ../common/Dockerfile.j2
170170
privileged: true
171171
cgroupns_mode: host

molecule/stable/molecule.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ platforms:
3737
command: /sbin/init
3838
- name: alpine-3.17
3939
image: alpine:3.17
40-
# # platform: aarch64
40+
# platform: aarch64
4141
dockerfile: ../common/Dockerfile.j2
4242
privileged: true
4343
cgroupns_mode: host
@@ -122,7 +122,7 @@ platforms:
122122
command: /usr/sbin/init
123123
- name: rhel-8
124124
image: redhat/ubi8:8.7
125-
# # platform: s390x
125+
# platform: s390x
126126
dockerfile: ../common/Dockerfile.j2
127127
privileged: true
128128
cgroupns_mode: host
@@ -131,7 +131,7 @@ platforms:
131131
command: /usr/sbin/init
132132
- name: rhel-9
133133
image: redhat/ubi9:9.1.0
134-
# # platform: aarch64
134+
# platform: aarch64
135135
dockerfile: ../common/Dockerfile.j2
136136
privileged: true
137137
cgroupns_mode: host
@@ -165,7 +165,7 @@ platforms:
165165
command: /usr/sbin/init
166166
- name: ubuntu-focal
167167
image: ubuntu:focal
168-
# # platform: s390x
168+
# platform: s390x
169169
dockerfile: ../common/Dockerfile.j2
170170
privileged: true
171171
cgroupns_mode: host
@@ -174,7 +174,7 @@ platforms:
174174
command: /sbin/init
175175
- name: ubuntu-jammy
176176
image: ubuntu:jammy
177-
# # platform: aarch64
177+
# platform: aarch64
178178
dockerfile: ../common/Dockerfile.j2
179179
privileged: true
180180
cgroupns_mode: host

molecule/version/molecule.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ platforms:
2828
command: /sbin/init
2929
- name: alpine-3.16
3030
image: alpine:3.16
31-
# platform: x86_64
31+
platform: x86_64
3232
dockerfile: ../common/Dockerfile.j2
3333
privileged: true
3434
cgroupns_mode: host
@@ -37,7 +37,7 @@ platforms:
3737
command: /sbin/init
3838
- name: alpine-3.17
3939
image: alpine:3.17
40-
# # platform: aarch64
40+
# platform: aarch64
4141
dockerfile: ../common/Dockerfile.j2
4242
privileged: true
4343
cgroupns_mode: host
@@ -54,7 +54,7 @@ platforms:
5454
command: /sbin/init
5555
- name: amazonlinux-2
5656
image: amazonlinux:2
57-
# platform: x86_64
57+
platform: x86_64
5858
dockerfile: ../common/Dockerfile.j2
5959
privileged: true
6060
cgroupns_mode: host
@@ -63,7 +63,7 @@ platforms:
6363
command: /usr/sbin/init
6464
- name: centos-7
6565
image: centos:7
66-
# platform: x86_64
66+
platform: x86_64
6767
dockerfile: ../common/Dockerfile.j2
6868
privileged: true
6969
cgroupns_mode: host
@@ -88,7 +88,7 @@ platforms:
8888
command: /sbin/init
8989
- name: oraclelinux-7
9090
image: oraclelinux:7
91-
# platform: x86_64
91+
platform: x86_64
9292
dockerfile: ../common/Dockerfile.j2
9393
privileged: true
9494
cgroupns_mode: host
@@ -113,7 +113,7 @@ platforms:
113113
command: /usr/sbin/init
114114
- name: rhel-7
115115
image: registry.access.redhat.com/ubi7:7.9
116-
# platform: x86_64
116+
platform: x86_64
117117
dockerfile: ../common/Dockerfile.j2
118118
privileged: true
119119
cgroupns_mode: host
@@ -122,7 +122,7 @@ platforms:
122122
command: /usr/sbin/init
123123
- name: rhel-8
124124
image: redhat/ubi8:8.7
125-
# # platform: s390x
125+
# platform: s390x
126126
dockerfile: ../common/Dockerfile.j2
127127
privileged: true
128128
cgroupns_mode: host
@@ -131,7 +131,7 @@ platforms:
131131
command: /usr/sbin/init
132132
- name: rhel-9
133133
image: redhat/ubi9:9.1.0
134-
# # platform: aarch64
134+
# platform: aarch64
135135
dockerfile: ../common/Dockerfile.j2
136136
privileged: true
137137
cgroupns_mode: host
@@ -156,7 +156,7 @@ platforms:
156156
command: /usr/sbin/init
157157
- name: sles15
158158
image: registry.suse.com/bci/bci-base:15.4
159-
# platform: x86_64
159+
platform: x86_64
160160
dockerfile: ../common/Dockerfile.j2
161161
privileged: true
162162
cgroupns_mode: host
@@ -165,7 +165,7 @@ platforms:
165165
command: /usr/sbin/init
166166
- name: ubuntu-focal
167167
image: ubuntu:focal
168-
# # platform: s390x
168+
# platform: s390x
169169
dockerfile: ../common/Dockerfile.j2
170170
privileged: true
171171
cgroupns_mode: host
@@ -174,7 +174,7 @@ platforms:
174174
command: /sbin/init
175175
- name: ubuntu-jammy
176176
image: ubuntu:jammy
177-
# # platform: aarch64
177+
# platform: aarch64
178178
dockerfile: ../common/Dockerfile.j2
179179
privileged: true
180180
cgroupns_mode: host

0 commit comments

Comments
 (0)