diff options
Diffstat (limited to 'recipes-containers/containerd/containerd_git.bb')
-rw-r--r-- | recipes-containers/containerd/containerd_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/containerd/containerd_git.bb b/recipes-containers/containerd/containerd_git.bb index c2573556..5b94dde4 100644 --- a/recipes-containers/containerd/containerd_git.bb +++ b/recipes-containers/containerd/containerd_git.bb | |||
@@ -35,6 +35,9 @@ do_compile() { | |||
35 | if [ "${TARGET_ARCH}" = "aarch64" ]; then | 35 | if [ "${TARGET_ARCH}" = "aarch64" ]; then |
36 | export GOARCH="arm64" | 36 | export GOARCH="arm64" |
37 | fi | 37 | fi |
38 | if [ "${TARGET_ARCH}" = "i586" ]; then | ||
39 | export GOARCH="386" | ||
40 | fi | ||
38 | 41 | ||
39 | # Set GOPATH. See 'PACKAGERS.md'. Don't rely on | 42 | # Set GOPATH. See 'PACKAGERS.md'. Don't rely on |
40 | # docker to download its dependencies but rather | 43 | # docker to download its dependencies but rather |