github actions: don't build for arm

ARM needs a custom seccomp profile to workaround `personality()` syscall
restriction.

Custom seccomp profile doesn't work on Github Actions for some reason.
This commit is contained in:
Leonid Pliushch
2021-02-16 13:02:39 +02:00
parent c1c55312e1
commit 4115b7c4ce

View File

@@ -18,7 +18,6 @@ jobs:
matrix: matrix:
CPU_ARCH: CPU_ARCH:
- aarch64 - aarch64
- arm
- i686 - i686
- x86_64 - x86_64
steps: steps: