Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 10, 2024
1 parent 17bb211 commit bf715a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/centos7-build
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ RUN XPANSION_VERSION=$(cat /workspace/antares-xpansion/antares-version.json |
cd .. &&\
ARCHIVE_NAME=antaresXpansion-$XPANSION_VERSION-$LSB_RELEASE_ID_SHORT-$LSB_RELEASE_VERSION_SHORT-single-file.tar.gz && \
tar -czf $ARCHIVE_NAME -C _install . && \
mkdir -p archive/single-binary && \
mkdir -p archive/single && \
mv $ARCHIVE_NAME archive/single

RUN XPANSION_VERSION=$(cat /workspace/antares-xpansion/antares-version.json | jq -r '."antares_xpansion_version"' ) && \
cd _build && \
export FILE_NAME="antaresXpansion-$XPANSION_VERSION-CentOS-7.9.2009" && \
cpack -G TGZ -D CPACK_PACKAGE_FILE_NAME=$FILE_NAME && \
cd .. && \
mkdir -p archive/multiple \
mkdir -p archive/multiple && \
mv _build/${FILE_NAME}.tar.gz archive/multiple


0 comments on commit bf715a9

Please sign in to comment.