Skip to content

Commit

Permalink
more details
Browse files Browse the repository at this point in the history
  • Loading branch information
casperklein committed Mar 10, 2021
1 parent 1c421f1 commit a363930
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ MAKEFLAGS=${MAKEFLAGS//--jobserver-auth=[[:digit:]],[[:digit:]]/}
docker build -t "$TAG" --build-arg MAKEFLAGS="${MAKEFLAGS:-}" --build-arg VERSION="$VERSION" .
echo

echo "Copy $APP $VERSION debian package to $PWD/"
echo "Copy $APP $VERSION debian package to $PWD/${APP}_${VERSION}-1_${ARCH}.deb"
docker run --rm -v "$PWD":/mnt/ "$TAG"
echo

echo "Package information:"
echo
dpkg -I "${APP}_${VERSION}-1_${ARCH}".deb
echo

0 comments on commit a363930

Please sign in to comment.