Skip to content

using manylinux1

using manylinux1 #23

Workflow file for this run

name: ppc64le-build
on:
push:
branches:
- main
tags:
- ciflow/ppc64le/*
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}
cancel-in-progress: true
jobs:
linux-manylinux-2_28-py3-cpu-ppc64le-build:
name: linux-manylinux-2_28-py3-cpu-ppc64le
uses: ./.github/workflows/_linux-build.yml
with:
build-environment: linux-ppc64le-binary-manywheel
docker-image-name: quay.io/pypa/manylinux_2_28_ppc64le
runner: ppc64le