Test
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
cc465c8f0c
commit
a81a41dee1
1 changed files with 6 additions and 1 deletions
|
@ -6,6 +6,11 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: Pmbootstrap
|
runs-on: Pmbootstrap
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
info:
|
||||||
|
- arch: aarch64
|
||||||
|
- arch: x86_64
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -15,7 +20,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: pipetap
|
name: pipetap
|
||||||
aports: ${{github.workspace}}/misc/alpine
|
aports: ${{github.workspace}}/misc/alpine
|
||||||
arch: aarch64
|
arch: ${{ matrix.info.arch }}
|
||||||
src: ${{github.workspace}}
|
src: ${{github.workspace}}
|
||||||
- name: Print new packages
|
- name: Print new packages
|
||||||
run: echo "${{steps.build.outputs.packages}}"
|
run: echo "${{steps.build.outputs.packages}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue