Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
fd00ccce84
commit
b865f400c7
1 changed files with 7 additions and 0 deletions
|
@ -13,5 +13,12 @@ jobs:
|
||||||
run: mkdir -p /data/pmaports/temp/pipetap
|
run: mkdir -p /data/pmaports/temp/pipetap
|
||||||
- name: Copy APKBUILD to this dir
|
- name: Copy APKBUILD to this dir
|
||||||
run: cp ${{ github.workspace }}/misc/APKBUILD /data/pmaports/temp/pipetap
|
run: cp ${{ github.workspace }}/misc/APKBUILD /data/pmaports/temp/pipetap
|
||||||
|
- name: Clear local-built packages
|
||||||
|
run: pmbootstrap -y zap -p
|
||||||
- name: Run PostmarketOS build
|
- name: Run PostmarketOS build
|
||||||
run: pmbootstrap build --force pipetap --src ${{ github.workspace }} --arch aarch64
|
run: pmbootstrap build --force pipetap --src ${{ github.workspace }} --arch aarch64
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: many-artifacts
|
||||||
|
path: /data/work/packages/edge/aarch64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue