Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Nov 15, 2024
1 parent c24aad2 commit 433999e
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/libcxx-build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Build the Linux builder image and the Android builder image
- name: Build the Linux builder image
working-directory: libcxx/utils/ci
run: |
docker compose build actions-builder
docker compose build android-buildkite-builder
run: docker compose build actions-builder

# - name: Build the Android builder image
# working-directory: libcxx/utils/ci
# run: docker compose build android-buildkite-builder

- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
Expand All @@ -54,10 +56,10 @@ jobs:
env:
TAG: libcxx-linux-builder:${{ 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: libcxx-android-builder:${{ 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: libcxx-android-builder:${{ github.sha }}

0 comments on commit 433999e

Please sign in to comment.