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:
|
||||
build:
|
||||
runs-on: Pmbootstrap
|
||||
strategy:
|
||||
matrix:
|
||||
info:
|
||||
- arch: aarch64
|
||||
- arch: x86_64
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
@ -15,7 +20,7 @@ jobs:
|
|||
with:
|
||||
name: pipetap
|
||||
aports: ${{github.workspace}}/misc/alpine
|
||||
arch: aarch64
|
||||
arch: ${{ matrix.info.arch }}
|
||||
src: ${{github.workspace}}
|
||||
- name: Print new packages
|
||||
run: echo "${{steps.build.outputs.packages}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue