build: Add Xiaomi R3P and Asus ZenWiFi-BT8

This commit is contained in:
remittor
2025-04-04 20:43:08 +03:00
parent ab609c865a
commit bd18b7bbac
3 changed files with 70 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ jobs:
- kng_re
- r3d
- r3g
- r3p
- rb03
- rb06
- rd03
@@ -122,6 +123,7 @@ jobs:
- rt-ax89x
- tuf_ax4200
- tuf_ax6000
- zen-bt8
steps:
- name: Initialization environment
env:
@@ -244,6 +246,10 @@ jobs:
rm -f *uImage
rm -f *ubi-cleaner*
rm -f *-ram-*.bin
rm -f *-preloader*
rm -f *-bl31-uboot*
rm -f *-initramfs-recovery*
rm -f *-bt8-factory.bin
- name: Upload OUT directory
uses: actions/upload-artifact@main