Skip to content

Commit

Permalink
Feat: Support ARM64 platform in XGBoost examples
Browse files Browse the repository at this point in the history
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
  • Loading branch information
tico88612 committed May 17, 2024
1 parent e31d11f commit 5f3ce6f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-example-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
uses: ./.github/workflows/build-and-publish-images.yaml
with:
component-name: ${{ matrix.component-name }}
# TODO (tenzen-y): Support linux/arm64 platform
platforms: linux/amd64
platforms: ${{ matrix.platforms }}
dockerfile: ${{ matrix.dockerfile }}
context: ${{ matrix.context }}
secrets:
Expand Down Expand Up @@ -42,12 +41,15 @@ jobs:
dockerfile: examples/pytorch/cpu-demo/Dockerfile
context: examples/pytorch/cpu-demo
- component-name: xgboost-dist-iris
platforms: linux/amd64,linux/arm64
dockerfile: examples/xgboost/xgboost-dist/Dockerfile
context: examples/xgboost/xgboost-dist
- component-name: lightgbm-dist-py-test
platforms: linux/amd64,linux/arm64
dockerfile: examples/xgboost/lightgbm-dist/Dockerfile
context: examples/xgboost/lightgbm-dist
- component-name: xgboost-dist-rabit-test
platforms: linux/amd64,linux/arm64
dockerfile: examples/xgboost/smoke-dist/Dockerfile
context: examples/xgboost/smoke-dist
- component-name: mxnet-gpu
Expand Down

0 comments on commit 5f3ce6f

Please sign in to comment.