Skip to content

Commit 5f734f8

Browse files
committed
Merge branch 'staging' into feat/make
2 parents f811a3f + fc75073 commit 5f734f8

152 files changed

Lines changed: 13361 additions & 13160 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-ci-image.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ jobs:
4040
cache-from: type=gha
4141
cache-to: type=gha,mode=max
4242

43+
- name: Build and push android image
44+
uses: docker/build-push-action@v7
45+
with:
46+
context: .
47+
target: android
48+
push: true
49+
tags: ${{ env.GHCR_IMAGE }}:android
50+
cache-from: type=gha
51+
cache-to: type=gha,mode=max
52+
4353
- name: Build and push test image
4454
uses: docker/build-push-action@v7
4555
with:

0 commit comments

Comments
 (0)