Skip to content

Commit

Permalink
Merge pull request #10 from amnezia-vpn/feature/xray-ios
Browse files Browse the repository at this point in the history
Build iOS libxray
  • Loading branch information
pokamest authored Jun 21, 2024
2 parents 8f3b786 + 12e4a93 commit d986f12
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 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 @@ -20,11 +22,16 @@ jobs:
- name: 'Install dependencies'
run: brew install swiftlint

- name: 'Setup/Update Go'
uses: actions/setup-go@v5
with:
go-version: '>=1.22.1'

- name: 'Get AmneziaWG'
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 d986f12

Please sign in to comment.