mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-22 11:29:23 +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:
|
||||
|
||||
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:
|
||||
- name: Install dependencies
|
||||
|
@ -161,7 +168,7 @@ jobs:
|
|||
- name: Archive binary
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: p2pool-ubuntu-latest-aarch64
|
||||
name: p2pool-${{ matrix.config.os }}-aarch64
|
||||
path: build/p2pool
|
||||
|
||||
build-windows-msys2:
|
||||
|
|
Loading…
Reference in a new issue