Skip to content

Commit 233b763

Browse files
committed
[libc++] Also build the Android Docker image in the workflow
1 parent 0fd6f68 commit 233b763

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/libcxx-build-containers.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
env:
4242
TAG: ${{ github.sha }}
4343

44-
# - name: Build the Android builder image
45-
# working-directory: libcxx/utils/ci
46-
# run: docker compose build android-buildkite-builder
47-
# env:
48-
# TAG: ${{ github.sha }}
44+
- name: Build the Android builder image
45+
working-directory: libcxx/utils/ci
46+
run: docker compose build android-buildkite-builder
47+
env:
48+
TAG: ${{ github.sha }}
4949

5050
- name: Log in to GitHub Container Registry
5151
uses: docker/login-action@v3
@@ -62,10 +62,10 @@ jobs:
6262
env:
6363
TAG: ${{ github.sha }}
6464

65-
# - name: Push the Android builder image
66-
# if: github.event_name == 'push'
67-
# working-directory: libcxx/utils/ci
68-
# run: |
69-
# docker compose push android-buildkite-builder
70-
# env:
71-
# TAG: ${{ github.sha }}
65+
- name: Push the Android builder image
66+
if: github.event_name == 'push'
67+
working-directory: libcxx/utils/ci
68+
run: |
69+
docker compose push android-buildkite-builder
70+
env:
71+
TAG: ${{ github.sha }}

0 commit comments

Comments
 (0)