This action build xray with openwrt docker container.
./config.sh - choose build targets
Optional Compiling with GOPROXY proxy. Default "n"
.
Optional Exclude geoip.dat & geosite.dat. Default "n"
.
Optional Compress executable files with UPX. Default "y"
.
Optional V2ray Compatibility mode(v2ray soft connection Xray). Default "n"
.
The build date.
- name: Build aarch64_generic
env:
WORKSPACE: ${{ github.workspace }}
uses: woniuzfb/openwrt-xray/.github/targets/aarch64_generic@v1
with:
compress-goproxy: 'n'
exclude-assets: 'n'
compress-upx: 'y'
compatibility-mode: 'n'
- name: Build aarch64_cortex-a53
env:
WORKSPACE: ${{ github.workspace }}
uses: woniuzfb/openwrt-xray/.github/targets/aarch64_cortex-a53@v1
with:
compress-goproxy: 'n'
exclude-assets: 'n'
compress-upx: 'y'
compatibility-mode: 'n'
git tag -a v1.x.x
git push origin v1.x.x