Skip to content

Commit

Permalink
ci: Update the mobile_release workflow with the changed config options
Browse files Browse the repository at this point in the history
The mobile Bazel options were updated in
envoyproxy#28856, but the mobile_release
workflow wasn't updated to use mobile-release-android. It was probably
not caught by CI because it is a manual workflow that is run once a week
as opposed to running on every PR.

Signed-off-by: Ali Beyad <[email protected]>
  • Loading branch information
abeyad committed Aug 14, 2023
1 parent a1474ad commit 4cef9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mobile-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
--remote_header="Authorization=Bearer $GITHUB_TOKEN" \
--fat_apk_cpu=x86,x86_64,armeabi-v7a,arm64-v8a \
--define=pom_version="$version" \
--config=release-android \
--config=mobile-release-android \
--linkopt=-fuse-ld=lld \
//:android_dist
- name: 'Tar artifacts'
Expand Down

0 comments on commit 4cef9e9

Please sign in to comment.