bitcoin-tools / bitcoin-tools/nodebuilder

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

Open
#1,628 0 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
Shell
Stars
7
Forks
0
Avg merge
2h 37m
Merged PRs (30d)
28

Description

### 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_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.