mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
containerd: enable build for aarch64 and arm
Compile-tested on: bcm2710, imx6 Runtime-tested on: bcm2710, imx6 Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
This commit is contained in:
committed by
Yousong Zhou
parent
8f0eb6610c
commit
0e969d4d69
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=containerd
|
||||
PKG_VERSION:=1.2.10
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
@@ -39,7 +39,7 @@ define Package/containerd
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=containerd container runtime
|
||||
URL:=https://containerd.io/
|
||||
DEPENDS:=$(GO_ARCH_DEPENDS) @TARGET_x86_64 +btrfs-progs +runc +CONTAINERD_SECCOMP:libseccomp
|
||||
DEPENDS:=$(GO_ARCH_DEPENDS) @(aarch64||arm||x86_64) +btrfs-progs +runc +CONTAINERD_SECCOMP:libseccomp
|
||||
MENU:=1
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user