Skip to content

Commit

Permalink
luci + all
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-sannikov committed Dec 14, 2023
1 parent b0ccf65 commit 7ce80fa
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/build-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,24 +83,22 @@ jobs:
echo "CONFIG_PACKAGE_luci-app-amneziawg=y" >> .config
make defconfig
# - name: Build amnezia-wg-tools
# run: |
# make package/amnezia-wg-tools/{clean,download,prepare}
# make package/amnezia-wg-tools/compile
- name: Build amnezia-wg-tools
run: |
make package/amnezia-wg-tools/{clean,download,prepare}
make package/amnezia-wg-tools/compile
# - name: Build kmod-amneziawg
# run: |
# make package/kmod-amneziawg/{clean,download,prepare}
# make package/kmod-amneziawg/compile
- name: Build kmod-amneziawg
run: |
make package/kmod-amneziawg/{clean,download,prepare}
make package/kmod-amneziawg/compile
- name: Build luci
run: |
cat .config | grep luci-app-amneziawg || true
make package/luci-app-amneziawg/{clean,download,prepare}
make package/luci-app-amneziawg/compile V=s
- name: LS Packages
- name: Prepare artifacts
run: |
rm feeds.conf
ls -al bin/packages/${{ matrix.build_env.pkgarch }}/awgopenwrt || true
Expand Down

0 comments on commit 7ce80fa

Please sign in to comment.