Skip to content

Commit

Permalink
chore: build native image compatible with more CPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
astappiev committed Sep 22, 2023
1 parent 8b89335 commit 0453e6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interweb-server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ quarkus.http.cors.access-control-allow-credentials=true
quarkus.ssl.native=true
quarkus.http.port=8030

quarkus.native.additional-build-args=-march=x86-64-v2

quarkus.datasource.db-kind=mariadb
quarkus.datasource.username=username
quarkus.datasource.password=password
Expand Down

0 comments on commit 0453e6c

Please sign in to comment.