Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM64 Architecture doesn't trigger the ARM64 worker environment #236

Open
nagathodupu opened this issue Jun 3, 2022 · 0 comments
Open

Comments

@nagathodupu
Copy link

nagathodupu commented Jun 3, 2022

On Travis, if no architecture is provided then OS/Arch: Linux/amd64 will be as default, But if we define the architecture as ARM64 it needs to build the working environment with ARM64 but here it automatically chooses the AMD64 as the working environment.

Here is the sample format of the configuration I'm working on:

  • services: docker
    python: 3.8
    os: linux
    dist: focal
    name: arm64-linux
    arch: arm64
    env:
    - CIBW_BUILD="cp38-manylinux_aarch64"
    - CIBW_ARCHS="aarch64"

  • Do we need to change any settings on the Travis to enable the build feature for the different architecture?

    TIA
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant