Skip to content
New issue

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

Feature request for 7.0.0 #19

Open
acmlira opened this issue Nov 26, 2020 · 1 comment
Open

Feature request for 7.0.0 #19

acmlira opened this issue Nov 26, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@acmlira
Copy link
Contributor

acmlira commented Nov 26, 2020

With the new totalcross CI/CD and linux arm64 distribution, we need to rethink some features of this project:

  • Enable linux arm64 option in pom.xml.
@acmlira acmlira added the enhancement New feature or request label Nov 26, 2020
@ItaloYeltsin
Copy link
Contributor

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>

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants