-
-
Notifications
You must be signed in to change notification settings - Fork 539
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add routes and dns servers to status command (#1680)
* Add routes (client and server) to status command * Add DNS servers to status output
- Loading branch information
Showing
20 changed files
with
722 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ concurrency: | |
cancel-in-progress: true | ||
|
||
jobs: | ||
andrloid_build: | ||
android_build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
|
@@ -41,7 +41,7 @@ jobs: | |
run: go install golang.org/x/mobile/cmd/[email protected] | ||
- name: gomobile init | ||
run: gomobile init | ||
- name: build android nebtird lib | ||
- name: build android netbird lib | ||
run: PATH=$PATH:$(go env GOPATH) gomobile bind -o $GITHUB_WORKSPACE/netbird.aar -javapkg=io.netbird.gomobile -ldflags="-X golang.zx2c4.com/wireguard/ipc.socketDirectory=/data/data/io.netbird.client/cache/wireguard -X github.com/netbirdio/netbird/version.version=buildtest" $GITHUB_WORKSPACE/client/android | ||
env: | ||
CGO_ENABLED: 0 | ||
|
@@ -59,7 +59,7 @@ jobs: | |
run: go install golang.org/x/mobile/cmd/[email protected] | ||
- name: gomobile init | ||
run: gomobile init | ||
- name: build iOS nebtird lib | ||
- name: build iOS netbird lib | ||
run: PATH=$PATH:$(go env GOPATH) gomobile bind -target=ios -bundleid=io.netbird.framework -ldflags="-X github.com/netbirdio/netbird/version.version=buildtest" -o $GITHUB_WORKSPACE/NetBirdSDK.xcframework $GITHUB_WORKSPACE/client/ios/NetBirdSDK | ||
env: | ||
CGO_ENABLED: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.