Commit c6c6b81
CI: Fix container image build workflow
Ubuntu Noble runners now need the `--break-system-packages` option to
install system-wide Python packages. However this option is absent from
pip on our Ubuntu Jammy arm64 runners.
Detect the distribution version and run the appropriate command.
(cherry picked from commit 8207567)1 parent c2625e1 commit c6c6b81
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
168 | 173 | | |
169 | 174 | | |
170 | 175 | | |
| |||
0 commit comments