Skip to content

Commit 393c125

Browse files
committed
#1 - Add gzip compression to released artifacts as expected/indicated by the filename extension
1 parent 769c07b commit 393c125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN ["/bin/bash", "-c", "set -o pipefail && /build_cannelloni.sh | tee -a ${CANN
4141
# Bundle result files: create tar file as output
4242
WORKDIR /tmp/
4343
RUN find $TARGET_DIR
44-
RUN tar cf /tmp/cannelloni.tar.gz cannelloni/*
44+
RUN tar cfz /tmp/cannelloni.tar.gz cannelloni/*
4545

4646
# Separate build stage, all files in this stage are added to the final output
4747
FROM scratch AS export-stage

0 commit comments

Comments
 (0)