Skip to content

Commit 8c717b7

Browse files
committed
GitLab CI: disable armv7hf #4
1 parent 44b07dc commit 8c717b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ test:linux:x64:3.10:
6060
extends: .test:linux:x64
6161
image: python:3.10
6262

63-
test:linux:armv7hf:
64-
extends: .test-python3
65-
tags: [armv7hf, shell, linux, python3]
63+
# test:linux:armv7hf:
64+
# extends: .test-python3
65+
# tags: [armv7hf, shell, linux, python3]
6666

6767
# aarch64 version not published
6868
#test:linux:aarch64:

0 commit comments

Comments
 (0)