Skip to content

Commit

Permalink
Temporarily do android builds only
Browse files Browse the repository at this point in the history
  • Loading branch information
jsubloom committed Aug 31, 2023
1 parent 2dcadea commit 30658b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
tree -L 3 --dirsfirst
- name: 3A) [mobile] EAS Cloud Build
run: eas build --platform all --profile production --non-interactive --no-wait
#run: eas build --platform all --profile production --non-interactive --no-wait
run: eas build --platform android --profile production --non-interactive --no-wait
working-directory: packages/mobile/

# - name: 3B) [electron] Install dependencies
Expand Down

0 comments on commit 30658b1

Please sign in to comment.