Skip to content

Commit

Permalink
Compress the binary size with UPX
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Feb 13, 2021
1 parent 2f9ba4e commit 4eb048b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
run: |
graalvm/native-unix-compile.sh
- name: Compress binary
uses: svenstaro/upx-action@v2
with:
file: sqlite-graalvm-sample

- name: Zip binary
run: zip sqlite-graalvm-sample-native-linux-amd64.zip sqlite-graalvm-sample

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject sqlite-graalvm-sample "v0.2.7"
(defproject sqlite-graalvm-sample "v0.2.8"
:description "A sample to test graalvm native image with sqlite/jdbc"
:url "http://github.com/ericdallo/sqlite-graalvm-sample"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 4eb048b

Please sign in to comment.