Skip to content

Commit

Permalink
feat: add building android dev-builder to ci config file
Browse files Browse the repository at this point in the history
  • Loading branch information
v0y4g3r committed Oct 8, 2023
1 parent ccbdd5a commit a2808df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/actions/build-dev-builder-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ runs:
IMAGE_NAMESPACE=${{ inputs.dockerhub-image-namespace }} \
IMAGE_TAG=${{ inputs.version }}

- name: Build and push android dev builder image to dockerhub
shell: bash
run:
make dev-builder \
BASE_IMAGE=android \
BUILDX_MULTI_PLATFORM_BUILD=true \
IMAGE_REGISTRY=${{ inputs.dockerhub-image-registry }} \
IMAGE_NAMESPACE=${{ inputs.dockerhub-image-namespace }} \
IMAGE_TAG=${{ inputs.version }}

- name: Login to ACR
uses: docker/login-action@v2
continue-on-error: true
Expand Down

0 comments on commit a2808df

Please sign in to comment.