Commit 1186f6f
authored
[ci] Add test for installation in multiple architectures (#597)
Users should be able to install the frequenz-sdk package in amd64 and
arm64 systems. This commit adds a simple test to the CI to validate
this.
The aforementioned test builds a multi-platform docker image with the
generated wheel package. If the image gets successfully generated, then
the test passes.
Additionally the updated docs are published only if this test is passed.File tree
2 files changed
+36
-1
lines changed- .github
- containers/test-installation
- workflows
2 files changed
+36
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
86 | 111 | | |
87 | 112 | | |
88 | 113 | | |
| |||
121 | 146 | | |
122 | 147 | | |
123 | 148 | | |
124 | | - | |
| 149 | + | |
125 | 150 | | |
126 | 151 | | |
127 | 152 | | |
| |||
0 commit comments