diff --git a/.circleci/config.yml b/.circleci/config.yml index 0a961d9c..3f02b590 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,6 +52,15 @@ jobs: - run: name: Build and test command: bash ./tools/circleci_ubuntu_arm64.sh + arm64_manylinux2014-py312: + docker: + - image: pagmo2/manylinux2014_aarch64_with_deps:latest + resource_class: arm.large + steps: + - checkout + - run: + name: Build and test + command: bash ./tools/gha_manylinux.sh workflows: version: 2.1 @@ -62,3 +71,4 @@ workflows: - conda_heyoka_head_312 - conda_heyoka_head_release_310 - ubuntu_arm64 + - arm64_manylinux2014-py312