Skip to content

Commit a3b2543

Browse files
nightly build changes p312 and 313
1 parent f8df963 commit a3b2543

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/templates/linux_binary_build_workflow.yml.j2

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ env:
3535
ALPINE_IMAGE: "arm64v8/alpine"
3636
{%- elif "s390x" in build_environment %}
3737
ALPINE_IMAGE: "docker.io/s390x/alpine"
38+
{%- elif "ppc64le" in build_environment %}
39+
ALPINE_IMAGE: "docker.io/ppc64le/alpine"
3840
{%- else %}
3941
ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
4042
{%- endif %}
@@ -74,6 +76,10 @@ jobs:
7476
runs_on: linux.s390x
7577
ALPINE_IMAGE: "docker.io/s390x/alpine"
7678
timeout-minutes: 420
79+
{%- elif "ppc64le" in build_environment %}
80+
runs_on: linux.ppc64le
81+
ALPINE_IMAGE: "docker.io/ppc64le/alpine"
82+
timeout-minutes: 420
7783
{%- elif "conda" in build_environment and config["gpu_arch_type"] == "cuda" %}
7884
runner_prefix: "${{ needs.get-label-type.outputs.label-type }}"
7985
runs_on: linux.24xlarge.ephemeral
@@ -109,6 +115,9 @@ jobs:
109115
{%- elif "s390x" in build_environment %}
110116
runs_on: linux.s390x
111117
ALPINE_IMAGE: "docker.io/s390x/alpine"
118+
{%- elif "ppc64le" in build_environment %}
119+
runs_on: linux.ppc64le
120+
ALPINE_IMAGE: "docker.io/ppc64le/alpine"
112121
{%- elif config["gpu_arch_type"] == "rocm" %}
113122
runs_on: linux.rocm.gpu
114123
{%- elif config["gpu_arch_type"] == "cuda" %}

0 commit comments

Comments
 (0)