Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
e0b77f023c
commit
cc465c8f0c
1 changed files with 3 additions and 0 deletions
|
@ -10,9 +10,12 @@ jobs:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build package
|
- name: Build package
|
||||||
|
id: build
|
||||||
uses: actions/pmbootstrap-build@main
|
uses: actions/pmbootstrap-build@main
|
||||||
with:
|
with:
|
||||||
name: pipetap
|
name: pipetap
|
||||||
aports: ${{github.workspace}}/misc/alpine
|
aports: ${{github.workspace}}/misc/alpine
|
||||||
arch: aarch64
|
arch: aarch64
|
||||||
src: ${{github.workspace}}
|
src: ${{github.workspace}}
|
||||||
|
- name: Print new packages
|
||||||
|
run: echo "${{steps.build.outputs.packages}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue