Commit c984171
authored
ci(*): update actions to use docker native action (#393)
This pull request updates the workflow configuration files to improve
how QEMU is set up for cross-platform Docker builds. The changes replace
the manual QEMU setup command with the `docker/setup-qemu-action@v3`
GitHub Action, making the setup more streamlined and consistent.
Workflow updates:
*
[`.github/workflows/llvm-build-bump-pr.yml`](diffhunk://#diff-d608eb75b383338d789a8908995e47499214a7cc55a847771ad73800464b18b0L190-R192):
Replaced the manual QEMU setup (`docker run --rm --privileged
multiarch/qemu-user-static --reset -p yes`) with the
`docker/setup-qemu-action@v3` GitHub Action, specifying the platform
using the `matrix.docker.platform` variable.
*
[`.github/workflows/test-cross-platform.yml`](diffhunk://#diff-290907d9a4bcf13181105b134bd1645da5a3ef27c54f148ad5823e6b77e88426L154-R156):
Similarly replaced the manual QEMU setup with the
`docker/setup-qemu-action@v3` GitHub Action, ensuring platform
compatibility for Docker builds.1 parent 820af73 commit c984171
File tree
2 files changed
+6
-2
lines changed- .github/workflows
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
155 | 157 | | |
156 | 158 | | |
157 | 159 | | |
| |||
0 commit comments