Skip to content

Commit

Permalink
gha: disable cross-compile for linux
Browse files Browse the repository at this point in the history
GHA currently only has x86 machines, and the "cross" target in moby
does not include containerd and runc.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Jul 7, 2022
1 parent d982a96 commit 0834b17
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ jobs:
matrix:
platform:
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm64
# TODO(thaJeztah) re-enable once moby cross-compile also builds containerd
# and runc, or once we build containerd and runc using containerd-packaging
# - linux/arm/v6
# - linux/arm/v7
# - linux/arm64
- darwin/amd64
- darwin/arm64
- windows/amd64
Expand Down

0 comments on commit 0834b17

Please sign in to comment.