swap default for testing

pull/14265/head
Sharif Elgamal 2022-06-02 14:50:23 -07:00
parent b7b5395138
commit f1f5c667c8
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ CRI_DOCKERD_SOURCE = $(CRI_DOCKERD_VERSION).tar.gz
CRI_DOCKERD_DEPENDENCIES = host-go
CRI_DOCKERD_GOARCH=amd64
ifeq ($(BR2_aarch64),y)
CRI_DOCKERD_GOARCH=arm64
ifeq ($(BR2_x86_64),y)
CRI_DOCKERD_GOARCH=amd64
endif
CRI_DOCKERD_GOPATH = $(@D)/_output