Skip to content

Reproducible builds: bump image v7.0 -> v13.0 + add GitHub Action #6

Reproducible builds: bump image v7.0 -> v13.0 + add GitHub Action

Reproducible builds: bump image v7.0 -> v13.0 + add GitHub Action #6

Workflow file for this run

name: Build Android
on:
push:
branches:
- "master"
pull_request:
branches:
- "*"
jobs:
build-android:
runs-on: ubuntu-latest
container: reactnativecommunity/react-native-android@sha256:4ff9c9f80da57c72284900fcfdbd079183e735684c62d7fafd3df50fdb895453
steps:
- uses: actions/checkout@v4
- name: Envinfo
run: npx envinfo
- name: Build application
run: yarn install && cd android && chmod +x gradlew && ./gradlew app:assembleRelease