From ee85acf1edce93202c8fc5471cc957136f8f2295 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Sat, 16 Nov 2024 12:18:57 +0100 Subject: [PATCH] [libc++] Also build the Android Docker image in the workflow --- .github/workflows/libcxx-build-containers.yml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/libcxx-build-containers.yml b/.github/workflows/libcxx-build-containers.yml index 2d040f712ce59..c459d96ad3a0a 100644 --- a/.github/workflows/libcxx-build-containers.yml +++ b/.github/workflows/libcxx-build-containers.yml @@ -41,11 +41,11 @@ jobs: env: TAG: ${{ github.sha }} - # - name: Build the Android builder image - # working-directory: libcxx/utils/ci - # run: docker compose build android-buildkite-builder - # env: - # TAG: ${{ github.sha }} + - name: Build the Android builder image + working-directory: libcxx/utils/ci + run: docker compose build android-buildkite-builder + env: + TAG: ${{ github.sha }} - name: Log in to GitHub Container Registry uses: docker/login-action@v3 @@ -62,10 +62,10 @@ jobs: env: TAG: ${{ github.sha }} - # - name: Push the Android builder image - # if: github.event_name == 'push' - # working-directory: libcxx/utils/ci - # run: | - # docker compose push android-buildkite-builder - # env: - # TAG: ${{ github.sha }} + - name: Push the Android builder image + if: github.event_name == 'push' + working-directory: libcxx/utils/ci + run: | + docker compose push android-buildkite-builder + env: + TAG: ${{ github.sha }}