Skip to content

Commit

Permalink
Build i386 container
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Dec 10, 2024
1 parent 90cc506 commit 0395cc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ on:
- main
paths:
- 'containers/**'
- '.github/workflows/containers.yml'
pull_request:
paths:
- 'containers/**'
- '.github/workflows/containers.yml'
schedule:
- cron: "0 7 * * 1" # Run once weekly

Expand Down Expand Up @@ -51,6 +53,7 @@ jobs:
- xgb-ci.jvm_gpu_build
- xgb-ci.manylinux_2_28_x86_64
- xgb-ci.manylinux2014_x86_64
- xgb-ci.i386
runner: [linux-amd64-cpu]
include:
- container_id: xgb-ci.aarch64
Expand Down
3 changes: 3 additions & 0 deletions containers/ci_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ xgb-ci.jvm_gpu_build:
build_args:
CUDA_VERSION: "12.4.1"
NCCL_VERSION: "2.23.4-1"

xgb-ci.i386:
container_def: i386

0 comments on commit 0395cc1

Please sign in to comment.