containerd: update to 0ac3cd1

This commit is contained in:
Lukas Rusak 2016-07-29 10:05:07 -07:00
parent ab8e333e0a
commit 9d5833ef9a
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="containerd"
PKG_VERSION="9dc2b32"
PKG_VERSION="0ac3cd1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="APL"
@ -66,7 +66,6 @@ pre_make_target() {
make_target() {
mkdir -p bin
$GOLANG build -v -o bin/ctr -a -tags "static_build" -ldflags "$LDFLAGS" ./ctr
$GOLANG build -v -o bin/containerd -a -tags "static_build" -ldflags "$LDFLAGS" ./containerd
$GOLANG build -v -o bin/containerd-shim -a -tags "static_build" -ldflags "$LDFLAGS" ./containerd-shim
}