mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
luci + all
This commit is contained in:
20
.github/workflows/build-module.yml
vendored
20
.github/workflows/build-module.yml
vendored
@@ -83,24 +83,22 @@ jobs:
|
|||||||
echo "CONFIG_PACKAGE_luci-app-amneziawg=y" >> .config
|
echo "CONFIG_PACKAGE_luci-app-amneziawg=y" >> .config
|
||||||
make defconfig
|
make defconfig
|
||||||
|
|
||||||
# - name: Build amnezia-wg-tools
|
- name: Build amnezia-wg-tools
|
||||||
# run: |
|
run: |
|
||||||
# make package/amnezia-wg-tools/{clean,download,prepare}
|
make package/amnezia-wg-tools/{clean,download,prepare}
|
||||||
# make package/amnezia-wg-tools/compile
|
make package/amnezia-wg-tools/compile
|
||||||
|
|
||||||
# - name: Build kmod-amneziawg
|
- name: Build kmod-amneziawg
|
||||||
# run: |
|
run: |
|
||||||
# make package/kmod-amneziawg/{clean,download,prepare}
|
make package/kmod-amneziawg/{clean,download,prepare}
|
||||||
# make package/kmod-amneziawg/compile
|
make package/kmod-amneziawg/compile
|
||||||
|
|
||||||
- name: Build luci
|
- name: Build luci
|
||||||
run: |
|
run: |
|
||||||
cat .config | grep luci-app-amneziawg || true
|
|
||||||
|
|
||||||
make package/luci-app-amneziawg/{clean,download,prepare}
|
make package/luci-app-amneziawg/{clean,download,prepare}
|
||||||
make package/luci-app-amneziawg/compile V=s
|
make package/luci-app-amneziawg/compile V=s
|
||||||
|
|
||||||
- name: LS Packages
|
- name: Prepare artifacts
|
||||||
run: |
|
run: |
|
||||||
rm feeds.conf
|
rm feeds.conf
|
||||||
ls -al bin/packages/${{ matrix.build_env.pkgarch }}/awgopenwrt || true
|
ls -al bin/packages/${{ matrix.build_env.pkgarch }}/awgopenwrt || true
|
||||||
|
|||||||
Reference in New Issue
Block a user