41767e2653
This is based on the upstream manylinux container images at https://github.com/pyca/infra and builds a manylinux2014_aarch64 image with openssl installed in such a way we can use the image to build cryptography manylinux wheels, hopefully. Change-Id: I0aea20081b7025c1f9cc4c75e49646737861ba8e
14 lines
447 B
YAML
14 lines
447 B
YAML
- job:
|
|
name: pyca-cryptography-build-image-manylinux2014
|
|
description: Build a manylinux image
|
|
provides: pyca-crytopgraphy-manylinux2014-container-image
|
|
parent: opendev-build-docker-image
|
|
dependencies: opendev-buildset-registry
|
|
timeout: 10800
|
|
vars:
|
|
docker_images:
|
|
- context: docker/manylinux2014_aarch64
|
|
repository: opendevorg/pyca-manylinux2014_aarch64
|
|
arch:
|
|
- linux/arm64
|