Skip to content

Commit

Permalink
Disable native image build, fix path for Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
javahippie committed Feb 1, 2024
1 parent 4e72fe3 commit 39c534c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ jobs:
distribution: 'graalvm'
cache: maven
- name: Build with Maven
run: mvn clean package -Dnative
- name: Copy artifacts to target
run: |
cp target/backend-proxy-1.0-SNAPSHOT-runner target/dist/application
cp -R $GRAALVM_HOME/jre/lib/amd64 target/dist/lib
cp $GRAALVM_HOME/jre/lib/security/cacerts target/dist/cacerts
run: mvn clean package

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
Expand Down
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: java -Dquarkus.http.port=$PORT -jar target/backend-proxy-1.0-SNAPSHOT-runner.jar
web: java -Dquarkus.http.port=$PORT -jar target/quarkus-app/quarkus-run.jar

0 comments on commit 39c534c

Please sign in to comment.