File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 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 %}
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" %}
You can’t perform that action at this time.
0 commit comments