Running Horreum app on s390x architecture #338
Replies: 4 comments
-
Sorry, I don't have access to s390x, so you will have to drive this. The Quarkus Maven plugin is documented as https://quarkus.io/guides/quarkus-maven-plugin You don't have to run it in development mode. What are you looking to do ? |
Beta Was this translation helpful? Give feedback.
-
my intent here is execute the horreum app inside a podman container. the default build or quay image gives error when executing in s390x environment. Just wanted to know that is there any method by which we can run a horreum app inside a s390x environment, it might not be production ready/production enabled env for now. so that we are unblocked with our work. |
Beta Was this translation helpful? Give feedback.
-
You probably want a standalone distribution right now. I have created #339 as an issue for that. Do you want to work on it ? You can use the sister project https://github.com/Hyperfoil/Hyperfoil/tree/master/distribution files as a template. |
Beta Was this translation helpful? Give feedback.
-
Closing this for now. We can not prioritize Horreum on s390x environment atm, but we will try to get Hyperfoil working on non-intel platforms in the future. |
Beta Was this translation helpful? Give feedback.
-
Previous thread: #329
mvn -DskipTests=true package
mvn -Dquarkus.test.continuous-testing=disabled quarkus:dev
launches an interactive shell.How can disable the interactive nature here?
please help me with point 3
Beta Was this translation helpful? Give feedback.
All reactions