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

github action support #214

Closed
Ran-Xing opened this issue Oct 29, 2021 · 3 comments
Closed

github action support #214

Ran-Xing opened this issue Oct 29, 2021 · 3 comments

Comments

@Ran-Xing
Copy link

      - 
        name: Docker Setup Buildx
        uses: docker/setup-buildx-action@v1.6.0
        with:
          json: test.json
          jdk: 16
          platform: mac
          executable: test
          mainclass: core.ui.MainActivity
          classpath: test.jar
          vmargs: |
            "Dfile.encoding=utf-8",
            "ParallelGCThreads=4 ", 
            "AggressiveHeap", 
            "+UseParallelGC", 
            "Xms512M",
            "Xmx1024M"
          output: test.app
          icon: test.icns

Hope to support

@karlsabo
Copy link
Member

karlsabo commented Nov 6, 2021

I don't understand what this is.

@yairm210
Copy link

He wants you to make a Github action that supports adding parameters and transfers them to a packr cli call.

@Ran-Xing If you want there to be a github action that uses Packr, you don't need the packr guys to error it, you could make it yourself.

This should not be a "packr" issue.

@Ran-Xing
Copy link
Author

@yairm210 For various reasons, I don't think I can do it at present.

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

No branches or pull requests

3 participants