1
0
mirror of https://github.com/repo-runner/debian-node.git synced 2024-09-19 15:12:58 +00:00
debian-node/Makefile

22 lines
467 B
Makefile
Raw Normal View History

KORVIKE_VERSION:=v0.7.1
jenkins: build_latest
jenkins: build_16
jenkins: build_14
jenkins: build_12
build_%: korvike
./korvike \
-i Dockerfile \
-o Dockerfile.build \
-v ver=$*
docker build \
-t reporunner/debian-node:$* \
-f Dockerfile.build .
docker push \
reporunner/debian-node:$*
korvike:
curl -sSfL "https://github.com/Luzifer/korvike/releases/download/$(KORVIKE_VERSION)/korvike_linux_amd64.tar.gz" | tar -xz
mv korvike_linux_amd64 korvike