We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the new totalcross CI/CD and linux arm64 distribution, we need to rethink some features of this project:
The text was updated successfully, but these errors were encountered:
I don't know the exact format of the flag to enable arm64, but, we could create an array of generic options to be placed on <configuration>
<configuration>
Example:
<groupId>com.totalcross</groupId> <artifactId>totalcross-maven-plugin</artifactId> <version>X.Y.Z</version> <configuration> <options> <option>-arm64</option> . . . other flags . . . </options> <platforms> <platform>-ios</platform> <platform>-linux_arm</platform> </platforms> </configuration>
Sorry, something went wrong.
No branches or pull requests
With the new totalcross CI/CD and linux arm64 distribution, we need to rethink some features of this project:
The text was updated successfully, but these errors were encountered: