mirror of
https://github.com/termux/termux-docker.git
synced 2025-12-22 00:20:00 +00:00
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:
1
.github/workflows/docker_build.yml
vendored
1
.github/workflows/docker_build.yml
vendored
@@ -18,7 +18,6 @@ jobs:
|
||||
matrix:
|
||||
CPU_ARCH:
|
||||
- aarch64
|
||||
- arm
|
||||
- i686
|
||||
- x86_64
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user