Skip to content

Commit

Permalink
[ios-xray] Build Xray support
Browse files Browse the repository at this point in the history
  • Loading branch information
leninalive committed Jun 21, 2024
1 parent 8f3b786 commit fac3cb6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_awg_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
contains(github.event.head_commit.message, '[all]') ||
contains(github.event.head_commit.message, '[ios]') ||
contains(github.event.head_commit.message, '[ios-awg]') ||
contains(github.event.head_commit.message, '[awg]')
contains(github.event.head_commit.message, '[awg]') ||
contains(github.event.head_commit.message, '[xray]') ||
contains(github.event.head_commit.message, '[ios-xray]')
strategy:
matrix:
arch: [arm64]
Expand All @@ -24,7 +26,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: amnezia-vpn/amneziawg-apple
ref: master
ref: feature/xray-merge
path: awg-apple

- name: 'Build WG'
Expand Down

0 comments on commit fac3cb6

Please sign in to comment.