GithubHelp home page GithubHelp logo

mymailu / openwrt-xray Goto Github PK

View Code? Open in Web Editor NEW

This project forked from woniuzfb/openwrt-xray

0.0 0.0 0.0 25 KB

openwrt xray docker container github action

Shell 87.51% Dockerfile 8.94% Makefile 3.55%

openwrt-xray's Introduction

openwrt-xray docker action

This action build xray with openwrt docker container.

./config.sh - choose build targets

Inputs

compress-goproxy

Optional Compiling with GOPROXY proxy. Default "n".

exclude-assets

Optional Exclude geoip.dat & geosite.dat. Default "n".

compress-upx

Optional Compress executable files with UPX. Default "y".

compatibility-mode

Optional V2ray Compatibility mode(v2ray soft connection Xray). Default "n".

Outputs

date

The build date.

Example usage

- 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

openwrt-xray's People

Contributors

woniuzfb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.