| create { | |
| platform_re: "linux-amd64" | |
| source { | |
| git { | |
| repo: "https://github.com/opencontainers/runc" | |
| } | |
| } | |
| } | |
| create { | |
| platform_re: "linux-amd64" | |
| build { | |
| tool: "tools/autoconf" | |
| tool: "tools/automake" | |
| tool: "tools/libtool" | |
| tool: "tools/texinfo" | |
| tool: "tools/sed" | |
| tool: "tools/go" | |
| tool: "tools/git" | |
| dep: "static_libs/libseccomp" | |
| install: "install.sh" | |
| } | |
| } | |
| upload { | |
| pkg_prefix: "tools" | |
| } |