|
10 | 10 | uses: ./.github/workflows/build-and-publish-images.yaml
|
11 | 11 | with:
|
12 | 12 | component-name: ${{ matrix.component-name }}
|
13 |
| - # TODO (tenzen-y): Support linux/arm64 platform |
14 |
| - platforms: linux/amd64 |
| 13 | + platforms: ${{ matrix.platforms }} |
15 | 14 | dockerfile: ${{ matrix.dockerfile }}
|
16 | 15 | context: ${{ matrix.context }}
|
17 | 16 | secrets:
|
@@ -42,12 +41,27 @@ jobs:
|
42 | 41 | dockerfile: examples/pytorch/cpu-demo/Dockerfile
|
43 | 42 | context: examples/pytorch/cpu-demo
|
44 | 43 | - component-name: xgboost-dist-iris
|
| 44 | + platforms: linux/amd64 |
45 | 45 | dockerfile: examples/xgboost/xgboost-dist/Dockerfile
|
46 | 46 | context: examples/xgboost/xgboost-dist
|
47 | 47 | - component-name: lightgbm-dist-py-test
|
| 48 | + platforms: linux/amd64 |
48 | 49 | dockerfile: examples/xgboost/lightgbm-dist/Dockerfile
|
49 | 50 | context: examples/xgboost/lightgbm-dist
|
50 | 51 | - component-name: xgboost-dist-rabit-test
|
| 52 | + platforms: linux/amd64 |
| 53 | + dockerfile: examples/xgboost/smoke-dist/Dockerfile |
| 54 | + context: examples/xgboost/smoke-dist |
| 55 | + - component-name: xgboost-dist-iris |
| 56 | + platforms: linux/arm64 |
| 57 | + dockerfile: examples/xgboost/xgboost-dist/Dockerfile |
| 58 | + context: examples/xgboost/xgboost-dist |
| 59 | + - component-name: lightgbm-dist-py-test |
| 60 | + platforms: linux/arm64 |
| 61 | + dockerfile: examples/xgboost/lightgbm-dist/Dockerfile |
| 62 | + context: examples/xgboost/lightgbm-dist |
| 63 | + - component-name: xgboost-dist-rabit-test |
| 64 | + platforms: linux/arm64 |
51 | 65 | dockerfile: examples/xgboost/smoke-dist/Dockerfile
|
52 | 66 | context: examples/xgboost/smoke-dist
|
53 | 67 | - component-name: mxnet-gpu
|
|
0 commit comments