mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-22 19:39:22 +00:00
CI: build for aarch64 on all Ubuntu versions
This commit is contained in:
parent
e157477b6d
commit
229b07391b
1 changed files with 9 additions and 2 deletions
11
.github/workflows/c-cpp.yml
vendored
11
.github/workflows/c-cpp.yml
vendored
|
@ -115,7 +115,14 @@ jobs:
|
||||||
|
|
||||||
build-ubuntu-aarch64:
|
build-ubuntu-aarch64:
|
||||||
|
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ${{ matrix.config.os }}
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
config:
|
||||||
|
- {os: ubuntu-18.04}
|
||||||
|
- {os: ubuntu-20.04}
|
||||||
|
- {os: ubuntu-22.04}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
@ -161,7 +168,7 @@ jobs:
|
||||||
- name: Archive binary
|
- name: Archive binary
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: p2pool-ubuntu-latest-aarch64
|
name: p2pool-${{ matrix.config.os }}-aarch64
|
||||||
path: build/p2pool
|
path: build/p2pool
|
||||||
|
|
||||||
build-windows-msys2:
|
build-windows-msys2:
|
||||||
|
|
Loading…
Reference in a new issue