From 6e17d0ddbc61d60e5af4e855411b8ed57994dd45 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Sun, 12 Mar 2023 23:01:06 +0900 Subject: remove VERSION from package file names This change enables downloading latest packages from URL https://github.com/upa/mscp/releases/latest/download/PACKAGE --- docker/alpine-3.17.Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docker') diff --git a/docker/alpine-3.17.Dockerfile b/docker/alpine-3.17.Dockerfile index d2c899b..a49d0ee 100644 --- a/docker/alpine-3.17.Dockerfile +++ b/docker/alpine-3.17.Dockerfile @@ -24,8 +24,7 @@ RUN cd ${mscpdir} \ -DBUILD_CONAN=ON -DBUILD_STATIC=ON \ && make \ && cp mscp /usr/bin/ \ - && cp mscp /mscp/build/mscp_$(cat ${mscpdir}/VERSION)-alpine-3.17-x86_64.static \ - && cp mscp /mscp/build/mscp.linux.x86.static + && cp mscp /mscp/build/mscp_alpine-3.17-x86_64.static # copy mscp to PKG FILE NAME because this build doesn't use CPACK -- cgit v1.2.3