Skip to content

Commit

Permalink
CI: Use new mandrel-packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Sep 3, 2020
1 parent 9e29645 commit ad8f588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarkus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Build Mandrel
run: |
cd ${{ github.workspace }}/../mandrel-packaging
./buildJDK.sh
${JAVA_HOME}/bin/java -ea build.java --mx-home ${MX_HOME} --mandrel-repo ${MANDREL_REPO} --mandrel-home ${MANDREL_HOME} --archive-suffix tar.gz
${MANDREL_HOME}/bin/native-image --version
mv mandrel-java11-linux-amd64-*.tar.gz ${{ github.workspace }}/mandreljdk.tgz
- name: Persist Mandrel build
Expand Down

0 comments on commit ad8f588

Please sign in to comment.