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

Is it possible to provide a action.yml to make it a github action to support build software in termux? #50

Open
Freed-Wu opened this issue May 20, 2023 · 1 comment

Comments

@Freed-Wu
Copy link

Is it possible to provide a action.yml to make it a github action to support build package in termux?

Such as:

.github/workflow/main.yml:

jobs:
  build-in-termux:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: termux/[email protected]
        with:
          platforms: x86_64, aarch64 # all
          run: |
            gcc main.c -o main-{{ platform }}
          output: main-*
      - uses: actions/upload-artifact@v3
        with:
          path: |
            main-*
@Freed-Wu Freed-Wu changed the title Is it possible to provide a action.yml to make it a github action to support build package in termux? Is it possible to provide a action.yml to make it a github action to support build software in termux? May 20, 2023
@twaik
Copy link
Member

twaik commented Dec 19, 2023

You are trying to clone termux-docker's repo. This way you do not invoke docker, you are only getting a set of files to build docker environment...

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

2 participants