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

Multiple jobs with same platform and target #135

Open
problematicconsumer opened this issue Jul 13, 2023 · 0 comments
Open

Multiple jobs with same platform and target #135

problematicconsumer opened this issue Jul 13, 2023 · 0 comments

Comments

@problematicconsumer
Copy link

How can I have two or more jobs (on same release) with same target and platform but different args, etc?

Example use case: building both bundle and split APKs for android.

releases:
  - name: prod
    jobs:
      - name: release-android-bundle
        package:
          platform: android
          target: apk
          build_args:
            target-platform: android-arm,android-arm64,android-x64
      - name: release-android-apk
        package:
          platform: android
          target: apk
          build_args:
            split-per-abi: ''
            target-platform: android-arm,android-arm64,android-x64
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

1 participant