Skip to content

Commit

Permalink
ci: march compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Campos committed Nov 7, 2023
1 parent ba505c9 commit 0c04569
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ management.endpoint.health.show-details = always

# Native Cloud
springdoc.enable-native-support = true
quarkus.native.additional-build-args = -march=native

# https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.2
quarkus.native.additional-build-args=-march=compatibility

# Database, and JPA
spring.datasource.driver-class-name = org.postgresql.Driver
Expand Down

0 comments on commit 0c04569

Please sign in to comment.