Commit f4a2d3c
authored
Build arm64 test container by default (#2147)
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 1715580 commit f4a2d3c
File tree
2 files changed
+2
-1
lines changed- .github/workflows
- ansible
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments