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

[FEAT] - Only run qemu alpine runs on releases and scheduled runs #1628

Open
bitcoin-tools opened this issue Oct 8, 2024 · 0 comments
Open
Labels

Comments

@bitcoin-tools
Copy link
Owner

Describe the Problem

it takes 4 hours to run

Describe the Solution

strategy:
      fail-fast: false
      matrix:
        include:
          - { arch: aarch64, distro: alpine_latest }
          - { arch: aarch64, distro: ubuntu_latest }
          - { arch: riscv64, distro: alpine_latest }
          - { arch: riscv64, distro: ubuntu_latest }
    steps:
      - uses: actions/checkout@v4
      - name: Test the console output
        if: >-
          ${{ matrix.distro }} == 'ubuntu_latest' ||
          github.event.action == 'prerelease' ||
          github.event.action == 'published' ||
          ( github.event.action == '' &&
           github.event.before == '' &&
           github.event.inputs == null )

Optional Additional Details

No response

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

No branches or pull requests

1 participant