We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd71534 commit 87cba10Copy full SHA for 87cba10
.github/workflows/build.yml
@@ -29,4 +29,4 @@ jobs:
29
30
- name: 🚀 Build mobile
31
working-directory: apps/mobile
32
- run: eas build --non-interactive --wait --platform=${{ github.event.inputs.platform }} --profile=${{ github.event.inputs.profile }}
+ run: eas build --non-interactive --wait --resource-class m1-experimental --platform=${{ github.event.inputs.platform }} --profile=${{ github.event.inputs.profile }}
0 commit comments