Skip to content

Commit

Permalink
Change profile to build a native image
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Jan 7, 2021
1 parent 478fd84 commit 58dff4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
set -ex
mkdir dist
gu install native-image
./mvnw package -Pgraal
./mvnw package -Pnative
chmod +x target/classes/rsc*
cp target/classes/rsc* ./rsc
cp target/classes/rsc* ./dist/
Expand Down

0 comments on commit 58dff4c

Please sign in to comment.