mirror of
https://github.com/termux/termux-docker.git
synced 2025-12-22 16:40:01 +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:
|
matrix:
|
||||||
CPU_ARCH:
|
CPU_ARCH:
|
||||||
- aarch64
|
- aarch64
|
||||||
- arm
|
|
||||||
- i686
|
- i686
|
||||||
- x86_64
|
- x86_64
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user