Apply suggestions from code review

Co-authored-by: Joe Rickerby <joerick@mac.com>
This commit is contained in:
Jakub Kuczys
2022-08-23 19:39:20 +02:00
committed by GitHub
co-authored by Joe Rickerby
parent f0e9518e79
commit d22703a7ce
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ linux_x86_task:
- apt install -y python3-venv python-is-python3
<<: *RUN_TESTS
linux_arm64_task:
linux_aarch64_task:
compute_engine_instance:
image_project: cirrus-images
image: family/docker-builder-arm64
+2 -2
View File
@@ -20,8 +20,8 @@ linux_x86_task:
- apt install -y python3-venv python-is-python3
<<: *BUILD_AND_STORE_WHEELS
linux_arm64_task:
name: Build Linux arm64 wheels.
linux_aarch64_task:
name: Build Linux aarch64 wheels.
compute_engine_instance:
image_project: cirrus-images
image: family/docker-builder-arm64