From 7bcab9f10f7c2fd8575a2cdb1af34df2e2a507d1 Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Thu, 11 Sep 2025 19:08:39 +0000 Subject: Woodpecker CI 5b6da4a4ac4587f28f132509e968b110a3a4a689 [SKIP CI] --- containerd/abuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 containerd/abuild (limited to 'containerd/abuild') diff --git a/containerd/abuild b/containerd/abuild new file mode 100644 index 00000000..f12bd64f --- /dev/null +++ b/containerd/abuild @@ -0,0 +1,17 @@ +name=containerd +version=2.1.4 +release=1 +source="https://github.com/${name}/${name}/archive/v${version}/${name}-v${version}.tar.gz" + +build() { + export GO111MODULE=auto + mkdir -p src/github.com/$name + cd src/github.com/$name + ln -s $SRC/$name-$version $name + cd $name + export GOPATH=$SRC + # use the long commit hash here + make VERSION=v$version REVISION=75cb2b7193e4e490e9fbdc236c0e811ccaba3376 + install -d -m 0755 $PKG/usr/bin + install -m 0755 bin/* $PKG/usr/bin/ +} -- cgit v1.2.3