Skip to content

Commit 00de62e

Browse files
committed
gha: disable cross-compile for linux
GHA currently only has x86 machines, and the "cross" target in moby does not include containerd and runc. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 6c14212 commit 00de62e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ jobs:
3737
matrix:
3838
platform:
3939
- linux/amd64
40-
- linux/arm/v6
41-
- linux/arm/v7
42-
- linux/arm64
40+
# TODO(thaJeztah) re-enable once moby cross-compile also builds containerd
41+
# and runc, or once we build containerd and runc using containerd-packaging
42+
# - linux/arm/v6
43+
# - linux/arm/v7
44+
# - linux/arm64
4345
- darwin/amd64
4446
- darwin/arm64
4547
- windows/amd64

0 commit comments

Comments
 (0)