Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into bugfix-watchtower
Browse files Browse the repository at this point in the history
  • Loading branch information
shamardy committed Oct 25, 2023
2 parents edf9ba1 + 3e323df commit 90853f8
Show file tree
Hide file tree
Showing 114 changed files with 10,164 additions and 2,692 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ jobs:
rustup target add aarch64-linux-android
- name: Setup NDK
run: ./scripts/ci/android-ndk.sh x86 21
run: ./scripts/ci/android-ndk.sh x86 23

- name: Calculate commit hash for PR commit
if: github.event_name == 'pull_request'
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
rustup target add armv7-linux-androideabi
- name: Setup NDK
run: ./scripts/ci/android-ndk.sh x86 21
run: ./scripts/ci/android-ndk.sh x86 23

- name: Calculate commit hash for PR commit
if: github.event_name == 'pull_request'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ jobs:
rustup target add aarch64-linux-android
- name: Setup NDK
run: ./scripts/ci/android-ndk.sh x86 21
run: ./scripts/ci/android-ndk.sh x86 23

- name: Calculate commit hash for PR commit
if: github.event_name == 'pull_request'
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:
rustup target add armv7-linux-androideabi
- name: Setup NDK
run: ./scripts/ci/android-ndk.sh x86 21
run: ./scripts/ci/android-ndk.sh x86 23

- name: Calculate commit hash for PR commit
if: github.event_name == 'pull_request'
Expand Down
Loading

0 comments on commit 90853f8

Please sign in to comment.