File tree Expand file tree Collapse file tree 5 files changed +16
-1
lines changed Expand file tree Collapse file tree 5 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ GitHub actions should now correctly skip \*plus\* scenarios only when the NGINX
12
12
13
13
TESTS:
14
14
15
- Update GitHub actions to run on Ubuntu 22.04 (and thus support ` cgroups ` v2).
15
+ * Update GitHub actions to run on Ubuntu 22.04 (and thus support ` cgroups ` v2).
16
+ * Explicitly specify ` amd64 ` as the platform used in Molecule tests. This will ensure that tests work as expected when run on different host architectures (e.g. newer Macbooks with ` arm ` processors).
16
17
17
18
## 0.5.2 (October 17, 2022)
18
19
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ lint: |
11
11
platforms :
12
12
- name : alpine-3.17
13
13
image : alpine:3.17
14
+ platform : amd64
14
15
dockerfile : ../common/Dockerfile.j2
15
16
privileged : true
16
17
cgroupns_mode : host
@@ -19,6 +20,7 @@ platforms:
19
20
command : /sbin/init
20
21
- name : rhel-9
21
22
image : redhat/ubi9:9.1.0
23
+ platform : amd64
22
24
dockerfile : ../common/Dockerfile.j2
23
25
privileged : true
24
26
cgroupns_mode : host
@@ -27,6 +29,7 @@ platforms:
27
29
command : /usr/sbin/init
28
30
- name : debian-bullseye
29
31
image : debian:bullseye-slim
32
+ platform : amd64
30
33
dockerfile : ../common/Dockerfile.j2
31
34
privileged : true
32
35
cgroupns_mode : host
@@ -35,6 +38,7 @@ platforms:
35
38
command : /sbin/init
36
39
- name : ubuntu-jammy
37
40
image : ubuntu:jammy
41
+ platform : amd64
38
42
dockerfile : ../common/Dockerfile.j2
39
43
privileged : true
40
44
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ lint: |
11
11
platforms :
12
12
- name : alpine-3.17
13
13
image : alpine:3.17
14
+ platform : amd64
14
15
dockerfile : ../common/Dockerfile.j2
15
16
privileged : true
16
17
cgroupns_mode : host
@@ -19,6 +20,7 @@ platforms:
19
20
command : /sbin/init
20
21
- name : rhel-9
21
22
image : redhat/ubi9:9.1.0
23
+ platform : amd64
22
24
dockerfile : ../common/Dockerfile.j2
23
25
privileged : true
24
26
cgroupns_mode : host
@@ -27,6 +29,7 @@ platforms:
27
29
command : /usr/sbin/init
28
30
- name : debian-bullseye
29
31
image : debian:bullseye-slim
32
+ platform : amd64
30
33
dockerfile : ../common/Dockerfile.j2
31
34
privileged : true
32
35
cgroupns_mode : host
@@ -35,6 +38,7 @@ platforms:
35
38
command : /sbin/init
36
39
- name : ubuntu-jammy
37
40
image : ubuntu:jammy
41
+ platform : amd64
38
42
dockerfile : ../common/Dockerfile.j2
39
43
privileged : true
40
44
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ lint: |
11
11
platforms :
12
12
- name : centos-7
13
13
image : centos:7
14
+ platform : amd64
14
15
dockerfile : ../common/Dockerfile.j2
15
16
privileged : true
16
17
cgroupns_mode : host
@@ -19,6 +20,7 @@ platforms:
19
20
command : /usr/sbin/init
20
21
- name : ubuntu-bionic
21
22
image : ubuntu:bionic
23
+ platform : amd64
22
24
dockerfile : ../common/Dockerfile.j2
23
25
privileged : true
24
26
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ lint: |
11
11
platforms :
12
12
- name : alpine-3.17
13
13
image : alpine:3.17
14
+ platform : amd64
14
15
dockerfile : ../common/Dockerfile.j2
15
16
privileged : true
16
17
cgroupns_mode : host
@@ -19,6 +20,7 @@ platforms:
19
20
command : /sbin/init
20
21
- name : rhel-9
21
22
image : redhat/ubi9:9.1.0
23
+ platform : amd64
22
24
dockerfile : ../common/Dockerfile.j2
23
25
privileged : true
24
26
cgroupns_mode : host
@@ -27,6 +29,7 @@ platforms:
27
29
command : /usr/sbin/init
28
30
- name : debian-bullseye
29
31
image : debian:bullseye-slim
32
+ platform : amd64
30
33
dockerfile : ../common/Dockerfile.j2
31
34
privileged : true
32
35
cgroupns_mode : host
@@ -35,6 +38,7 @@ platforms:
35
38
command : /sbin/init
36
39
- name : ubuntu-jammy
37
40
image : ubuntu:jammy
41
+ platform : amd64
38
42
dockerfile : ../common/Dockerfile.j2
39
43
privileged : true
40
44
cgroupns_mode : host
You can’t perform that action at this time.
0 commit comments