swap default for testing
parent
b7b5395138
commit
f1f5c667c8
|
|
@ -13,9 +13,9 @@ CRI_DOCKERD_SOURCE = $(CRI_DOCKERD_VERSION).tar.gz
|
||||||
|
|
||||||
CRI_DOCKERD_DEPENDENCIES = host-go
|
CRI_DOCKERD_DEPENDENCIES = host-go
|
||||||
|
|
||||||
CRI_DOCKERD_GOARCH=amd64
|
|
||||||
ifeq ($(BR2_aarch64),y)
|
|
||||||
CRI_DOCKERD_GOARCH=arm64
|
CRI_DOCKERD_GOARCH=arm64
|
||||||
|
ifeq ($(BR2_x86_64),y)
|
||||||
|
CRI_DOCKERD_GOARCH=amd64
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CRI_DOCKERD_GOPATH = $(@D)/_output
|
CRI_DOCKERD_GOPATH = $(@D)/_output
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue