Skip to content

Commit

Permalink
bump android docker versions (#37414)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google authored Feb 6, 2025
1 parent deff77a commit 9db6390
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-android:106
image: ghcr.io/project-chip/chip-build-android:108
volumes:
- "/tmp/log_output:/tmp/test_logs"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoketest-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-android:106
image: ghcr.io/project-chip/chip-build-android:108
volumes:
- "/:/runner-root-volume"
- "/tmp/log_output:/tmp/test_logs"
Expand Down
2 changes: 1 addition & 1 deletion integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ steps:
- name: pwenv
path: /pwenv

- name: "ghcr.io/project-chip/chip-build-vscode:104"
- name: "ghcr.io/project-chip/chip-build-vscode:108"
id: Android
env:
- PW_ENVIRONMENT_ROOT=/pwenv
Expand Down

0 comments on commit 9db6390

Please sign in to comment.