1
0
mirror of https://github.com/repo-runner/debian-node.git synced 2024-09-19 15:12:58 +00:00
debian-node/Makefile
Knut Ahlers 88a44c408a
Drop support for node:10 (out of LTS)
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-06-01 16:48:08 +02:00

22 lines
467 B
Makefile

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