Skip to content
Snippets Groups Projects
user avatar
Ilya Konyukhov authored
It builds the last stable tarantool release at the moment (1.7.6).
It clones tarantool from github repo, then updates submodules, then
compiles tarantool, small and msgpuck.

Then it packs everything into a package and cleans everything after
itself
d1a6e58d
History

Building apk package

git clone https://github.com/tarantool/tarantool.git
docker build -t apkbuild -f apkbuild/Dockerfile .
docker run --rm -it -v $(pwd)/target:/target apkbuild:latest

Then you will find newly created package under ./target/tarantool/<arch> dir