fix: remove arm64

Yes, I've said that I will revert 😅

Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
This commit is contained in:
0xMRTT 2022-09-20 16:40:44 +02:00 committed by GitHub
parent 455b66be44
commit 267da086bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ jobs:
options: --privileged
strategy:
matrix:
arch: [x86_64, aarch64, arm64]
arch: [x86_64, aarch64]
# arch: [x86_64]
# Don't fail the whole workflow if one architecture fails
fail-fast: false