Skip to content

Commit

Permalink
ci: update to native arch for better compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Campos committed Nov 7, 2023
1 parent 865a061 commit ba505c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ management.endpoint.health.show-details = always

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

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

0 comments on commit ba505c9

Please sign in to comment.