Skip to content

Commit d9e4a00

Browse files
author
Steve Powell
committed
Merge branch '99679412-compress-build-binaries'
* 99679412-compress-build-binaries: Compress built binaries
2 parents 58c31f6 + f9320c6 commit d9e4a00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/buildReleases

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function build() {
1313

1414
GOOS=${type} go build -a \
1515
&& mv java-buildpack-memory-calculator ${target} \
16+
&& tar -czf ${target}.tar.gz ${target} \
1617
&& echo "Built ${target}"
1718
}
1819

0 commit comments

Comments
 (0)