Skip to content

Commit

Permalink
Update Workflow for arm64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lolo6oT committed Jul 24, 2024
1 parent e13a9d5 commit ba2f754
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/openwrt-awg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
echo "CONFIG_PACKAGE_luci-app-amneziawg=y" >> .config
echo "CONFIG_PACKAGE_amneziawg-go=y" >> .config
if [[ $(uname -m) == "aarch64" ]]; then
echo 'CONFIG_GOLANG_EXTERNAL_BOOTSTRAP_ROOT="/usr/local/go/bin/go"' >> .config
echo 'CONFIG_GOLANG_BUILD_CACHE_DIR=""' >> .config
fi
make defconfig
#make -j $(nproc) V=sc download world
Expand Down

0 comments on commit ba2f754

Please sign in to comment.