Remove Linux arm64 build
This commit is contained in:
-23
@@ -17,29 +17,6 @@ linux_x86_task:
|
||||
- apt install -y python3-venv python-is-python3
|
||||
<<: *RUN_TESTS
|
||||
|
||||
linux_arm64_task:
|
||||
arm_container:
|
||||
image: python:3.10
|
||||
cpu: 1
|
||||
memory: 1G
|
||||
additional_containers:
|
||||
- name: dockerdaemon
|
||||
privileged: true
|
||||
cpu: 3
|
||||
memory: 3G
|
||||
image: docker:dind
|
||||
command: dockerd
|
||||
port: 2375
|
||||
env:
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
env:
|
||||
DOCKER_HOST: tcp://localhost:2375
|
||||
|
||||
install_pre_requirements_script:
|
||||
- curl -sSL https://get.docker.com/ | sh
|
||||
<<: *RUN_TESTS
|
||||
|
||||
windows_x86_task:
|
||||
# The task takes ~55 minutes while the timeout happens
|
||||
# after 60 minutes by default, let's allow some wiggle room.
|
||||
|
||||
Reference in New Issue
Block a user