ci: remove aarch

This commit is contained in:
0xMRTT 2023-04-30 12:17:38 +02:00
parent 28d6e5b8fc
commit 08152e750d
Signed by: 0xMRTT
GPG Key ID: 19C1449A774028BD
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
options: --privileged
strategy:
matrix:
arch: [x86_64, aarch64]
arch: [x86_64]
fail-fast: false
steps:
- name: Checkout