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
1212
1313TESTS:
1414
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).
1617
1718## 0.5.2 (October 17, 2022)
1819
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ lint: |
1111platforms :
1212 - name : alpine-3.17
1313 image : alpine:3.17
14+ platform : amd64
1415 dockerfile : ../common/Dockerfile.j2
1516 privileged : true
1617 cgroupns_mode : host
@@ -19,6 +20,7 @@ platforms:
1920 command : /sbin/init
2021 - name : rhel-9
2122 image : redhat/ubi9:9.1.0
23+ platform : amd64
2224 dockerfile : ../common/Dockerfile.j2
2325 privileged : true
2426 cgroupns_mode : host
@@ -27,6 +29,7 @@ platforms:
2729 command : /usr/sbin/init
2830 - name : debian-bullseye
2931 image : debian:bullseye-slim
32+ platform : amd64
3033 dockerfile : ../common/Dockerfile.j2
3134 privileged : true
3235 cgroupns_mode : host
@@ -35,6 +38,7 @@ platforms:
3538 command : /sbin/init
3639 - name : ubuntu-jammy
3740 image : ubuntu:jammy
41+ platform : amd64
3842 dockerfile : ../common/Dockerfile.j2
3943 privileged : true
4044 cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ lint: |
1111platforms :
1212 - name : alpine-3.17
1313 image : alpine:3.17
14+ platform : amd64
1415 dockerfile : ../common/Dockerfile.j2
1516 privileged : true
1617 cgroupns_mode : host
@@ -19,6 +20,7 @@ platforms:
1920 command : /sbin/init
2021 - name : rhel-9
2122 image : redhat/ubi9:9.1.0
23+ platform : amd64
2224 dockerfile : ../common/Dockerfile.j2
2325 privileged : true
2426 cgroupns_mode : host
@@ -27,6 +29,7 @@ platforms:
2729 command : /usr/sbin/init
2830 - name : debian-bullseye
2931 image : debian:bullseye-slim
32+ platform : amd64
3033 dockerfile : ../common/Dockerfile.j2
3134 privileged : true
3235 cgroupns_mode : host
@@ -35,6 +38,7 @@ platforms:
3538 command : /sbin/init
3639 - name : ubuntu-jammy
3740 image : ubuntu:jammy
41+ platform : amd64
3842 dockerfile : ../common/Dockerfile.j2
3943 privileged : true
4044 cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ lint: |
1111platforms :
1212 - name : centos-7
1313 image : centos:7
14+ platform : amd64
1415 dockerfile : ../common/Dockerfile.j2
1516 privileged : true
1617 cgroupns_mode : host
@@ -19,6 +20,7 @@ platforms:
1920 command : /usr/sbin/init
2021 - name : ubuntu-bionic
2122 image : ubuntu:bionic
23+ platform : amd64
2224 dockerfile : ../common/Dockerfile.j2
2325 privileged : true
2426 cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ lint: |
1111platforms :
1212 - name : alpine-3.17
1313 image : alpine:3.17
14+ platform : amd64
1415 dockerfile : ../common/Dockerfile.j2
1516 privileged : true
1617 cgroupns_mode : host
@@ -19,6 +20,7 @@ platforms:
1920 command : /sbin/init
2021 - name : rhel-9
2122 image : redhat/ubi9:9.1.0
23+ platform : amd64
2224 dockerfile : ../common/Dockerfile.j2
2325 privileged : true
2426 cgroupns_mode : host
@@ -27,6 +29,7 @@ platforms:
2729 command : /usr/sbin/init
2830 - name : debian-bullseye
2931 image : debian:bullseye-slim
32+ platform : amd64
3033 dockerfile : ../common/Dockerfile.j2
3134 privileged : true
3235 cgroupns_mode : host
@@ -35,6 +38,7 @@ platforms:
3538 command : /sbin/init
3639 - name : ubuntu-jammy
3740 image : ubuntu:jammy
41+ platform : amd64
3842 dockerfile : ../common/Dockerfile.j2
3943 privileged : true
4044 cgroupns_mode : host
You can’t perform that action at this time.
0 commit comments