Skip to content

Commit 0fc094b

Browse files
committed
Build arm64 test container by default
After the changes introduced in #2106, we are building arm64 images by default and trying to test them. If a change is made to the integration tests, we are only building the amd64 version of the container and the arm64 tests fail when trying to pull the image for that architecture. This patch makes it so the test container is built for amd64 and arm64 by default.
1 parent b9e8e1f commit 0fc094b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/ci-build-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
when: build_multi_arch
1111

1212
- set_fact:
13-
platforms: "linux/amd64"
13+
platforms: "linux/amd64,linux/arm64"
1414
when: not build_multi_arch
1515

1616
- set_fact:

0 commit comments

Comments
 (0)